Title: [117618] trunk
Revision
117618
Author
[email protected]
Date
2012-05-18 13:37:46 -0700 (Fri, 18 May 2012)

Log Message

[CMake] Unreviewed, remove ENABLE_CSS_GRID_LAYOUT option after r117613.

* Source/cmake/WebKitFeatures.cmake:

Modified Paths

Diff

Modified: trunk/ChangeLog (117617 => 117618)


--- trunk/ChangeLog	2012-05-18 20:36:08 UTC (rev 117617)
+++ trunk/ChangeLog	2012-05-18 20:37:46 UTC (rev 117618)
@@ -1,3 +1,9 @@
+2012-05-18  Raphael Kubo da Costa  <[email protected]>
+
+        [CMake] Unreviewed, remove ENABLE_CSS_GRID_LAYOUT option after r117613.
+
+        * Source/cmake/WebKitFeatures.cmake:
+
 2012-05-18  Shezan Baig  <[email protected]>
 
         Expose FrameSelection::absoluteCaretBounds via window.internals

Modified: trunk/Source/cmake/WebKitFeatures.cmake (117617 => 117618)


--- trunk/Source/cmake/WebKitFeatures.cmake	2012-05-18 20:36:08 UTC (rev 117617)
+++ trunk/Source/cmake/WebKitFeatures.cmake	2012-05-18 20:37:46 UTC (rev 117618)
@@ -19,7 +19,6 @@
     WEBKIT_OPTION_DEFINE(ENABLE_BLOB "Toggle Blob support" OFF)
     WEBKIT_OPTION_DEFINE(ENABLE_CHANNEL_MESSAGING "Toggle MessageChannel and MessagePort support" ON)
     WEBKIT_OPTION_DEFINE(ENABLE_CSS_FILTERS "Toggle CSS Filters support" OFF)
-    WEBKIT_OPTION_DEFINE(ENABLE_CSS_GRID_LAYOUT "Toggle CSS Grid Layout support" OFF)
     WEBKIT_OPTION_DEFINE(ENABLE_CSS_SHADERS "Toggle CSS Shaders (within CSS Filters) support" OFF)
     WEBKIT_OPTION_DEFINE(ENABLE_CSS_VARIABLES "Toggle CSS Variables support" OFF)
     WEBKIT_OPTION_DEFINE(ENABLE_DATALIST "Toggle HTML5 datalist support" OFF)
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to