Title: [136166] trunk/Source/WebCore
Revision
136166
Author
[email protected]
Date
2012-11-29 14:26:53 -0800 (Thu, 29 Nov 2012)

Log Message

Unreviewed build fix.

* WebCore.gypi:
The new file is GridTrackSize.h not GridTrackSizes.h. For some reason, the
EWS didn't complain.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (136165 => 136166)


--- trunk/Source/WebCore/ChangeLog	2012-11-29 22:26:51 UTC (rev 136165)
+++ trunk/Source/WebCore/ChangeLog	2012-11-29 22:26:53 UTC (rev 136166)
@@ -1,3 +1,11 @@
+2012-11-29  Julien Chaffraix  <[email protected]>
+
+        Unreviewed build fix.
+
+        * WebCore.gypi:
+        The new file is GridTrackSize.h not GridTrackSizes.h. For some reason, the
+        EWS didn't complain.
+
 2012-11-29  John Knottenbelt  <[email protected]>
 
         Use GeolocationController's last geoposition as cached position.

Modified: trunk/Source/WebCore/WebCore.gypi (136165 => 136166)


--- trunk/Source/WebCore/WebCore.gypi	2012-11-29 22:26:51 UTC (rev 136165)
+++ trunk/Source/WebCore/WebCore.gypi	2012-11-29 22:26:53 UTC (rev 136166)
@@ -628,7 +628,7 @@
             'rendering/style/StyleTransformData.h',
             'rendering/style/StyleVariableData.h',
             'rendering/style/StyleVisualData.h',
-            'rendering/style/GridTrackSizes.h',
+            'rendering/style/GridTrackSize.h',
             'rendering/svg/SVGResourcesCache.h',
             'workers/SharedWorkerStrategy.h',
             'workers/WorkerRunLoop.h',
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to