Title: [171311] trunk/Source/WebCore
Revision
171311
Author
[email protected]
Date
2014-07-21 12:15:34 -0700 (Mon, 21 Jul 2014)

Log Message

Case sensitive file system build fix.

* page/scrolling/ScrollingStateTree.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (171310 => 171311)


--- trunk/Source/WebCore/ChangeLog	2014-07-21 19:04:14 UTC (rev 171310)
+++ trunk/Source/WebCore/ChangeLog	2014-07-21 19:15:34 UTC (rev 171311)
@@ -1,3 +1,9 @@
+2014-07-21  Alexey Proskuryakov  <[email protected]>
+
+        Case sensitive file system build fix.
+
+        * page/scrolling/ScrollingStateTree.cpp:
+
 2014-07-21  Beth Dakin  <[email protected]>
 
         Put position:fixed elements into layers when a WK1 view is layer-backed

Modified: trunk/Source/WebCore/page/scrolling/ScrollingStateTree.cpp (171310 => 171311)


--- trunk/Source/WebCore/page/scrolling/ScrollingStateTree.cpp	2014-07-21 19:04:14 UTC (rev 171310)
+++ trunk/Source/WebCore/page/scrolling/ScrollingStateTree.cpp	2014-07-21 19:15:34 UTC (rev 171311)
@@ -33,7 +33,7 @@
 #include "ScrollingStateFrameScrollingNode.h"
 #include "ScrollingStateOverflowScrollingNode.h"
 #include "ScrollingStateStickyNode.h"
-#include <wtf/Text/CString.h>
+#include <wtf/text/CString.h>
 
 namespace WebCore {
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to