Unreviewed, rolling out r123298 and r123301.
http://trac.webkit.org/changeset/123298
http://trac.webkit.org/changeset/123301
https://bugs.webkit.org/show_bug.cgi?id=91953
We need to think some more about the intricacies of exposing a
CMake option for ENABLE_DFG_JIT as this option is specific to
the port and architecture. (Requested by dydx on #webkit).
Patch by Sheriff Bot <webkit.review.bot@gmail.com> on 2012-07-22
* Source/cmake/WebKitFeatures.cmake:
* Source/cmakeconfig.h.cmake:
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@123303 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/ChangeLog b/ChangeLog
index 8fd1459..37b2c24 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2012-07-22 Sheriff Bot <webkit.review.bot@gmail.com>
+
+ Unreviewed, rolling out r123298 and r123301.
+ http://trac.webkit.org/changeset/123298
+ http://trac.webkit.org/changeset/123301
+ https://bugs.webkit.org/show_bug.cgi?id=91953
+
+ We need to think some more about the intricacies of exposing a
+ CMake option for ENABLE_DFG_JIT as this option is specific to
+ the port and architecture. (Requested by dydx on #webkit).
+
+ * Source/cmake/WebKitFeatures.cmake:
+ * Source/cmakeconfig.h.cmake:
+
2012-07-22 Daniel Bates <dbates@webkit.org>
Fix the Windows CE build after <http://trac.webkit.org/changeset/123298>