Title: [191344] trunk/Source/WebCore
Revision
191344
Author
[email protected]
Date
2015-10-20 10:16:15 -0700 (Tue, 20 Oct 2015)

Log Message

Fix the !ENABLE(CSS_GRID_LAYOUT) build after r191128
https://bugs.webkit.org/show_bug.cgi?id=150321

Reviewed by Darin Adler.

* css/CSSGrammar.y.in: Typo fix.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (191343 => 191344)


--- trunk/Source/WebCore/ChangeLog	2015-10-20 16:41:15 UTC (rev 191343)
+++ trunk/Source/WebCore/ChangeLog	2015-10-20 17:16:15 UTC (rev 191344)
@@ -1,3 +1,12 @@
+2015-10-20  Csaba Osztrogonác  <[email protected]>
+
+        Fix the !ENABLE(CSS_GRID_LAYOUT) build after r191128
+        https://bugs.webkit.org/show_bug.cgi?id=150321
+
+        Reviewed by Darin Adler.
+
+        * css/CSSGrammar.y.in: Typo fix.
+
 2015-10-20  Tim Horton  <[email protected]>
 
         Try to fix the build by disabling MAC_GESTURE_EVENTS on 10.9 and 10.10

Modified: trunk/Source/WebCore/css/CSSGrammar.y.in (191343 => 191344)


--- trunk/Source/WebCore/css/CSSGrammar.y.in	2015-10-20 16:41:15 UTC (rev 191343)
+++ trunk/Source/WebCore/css/CSSGrammar.y.in	2015-10-20 17:16:15 UTC (rev 191344)
@@ -127,7 +127,7 @@
 #if ENABLE_CSS_GRID_LAYOUT
 %expect 39
 #else
-%expect 37
+%expect 38
 #endif
 
 %nonassoc LOWEST_PREC
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to