Changeset 191344 in webkit


Ignore:
Timestamp:
Oct 20, 2015 10:16:15 AM (9 years ago)
Author:
Csaba Osztrogonác
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.
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r191343 r191344  
     12015-10-20  Csaba Osztrogonác  <ossy@webkit.org>
     2
     3        Fix the !ENABLE(CSS_GRID_LAYOUT) build after r191128
     4        https://bugs.webkit.org/show_bug.cgi?id=150321
     5
     6        Reviewed by Darin Adler.
     7
     8        * css/CSSGrammar.y.in: Typo fix.
     9
    1102015-10-20  Tim Horton  <timothy_horton@apple.com>
    211
  • trunk/Source/WebCore/css/CSSGrammar.y.in

    r191128 r191344  
    128128%expect 39
    129129#else
    130 %expect 37
     130%expect 38
    131131#endif
    132132
Note: See TracChangeset for help on using the changeset viewer.