Title: [164960] trunk/Source/WebCore
Revision
164960
Author
[email protected]
Date
2014-03-02 17:37:46 -0800 (Sun, 02 Mar 2014)

Log Message

Fix build for case-sensitive file systems.

* platform/UserActivity.h: Runloop -> RunLoop.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (164959 => 164960)


--- trunk/Source/WebCore/ChangeLog	2014-03-03 01:24:32 UTC (rev 164959)
+++ trunk/Source/WebCore/ChangeLog	2014-03-03 01:37:46 UTC (rev 164960)
@@ -1,3 +1,9 @@
+2014-03-02  Darin Adler  <[email protected]>
+
+        Fix build for case-sensitive file systems.
+
+        * platform/UserActivity.h: Runloop -> RunLoop.
+
 2014-03-02  Gavin Barraclough  <[email protected]>
 
         HysteresisTimer should use WebCore::Timer

Modified: trunk/Source/WebCore/platform/UserActivity.h (164959 => 164960)


--- trunk/Source/WebCore/platform/UserActivity.h	2014-03-03 01:24:32 UTC (rev 164959)
+++ trunk/Source/WebCore/platform/UserActivity.h	2014-03-03 01:37:46 UTC (rev 164960)
@@ -30,7 +30,7 @@
 
 #if HAVE(NS_ACTIVITY)
 #include <wtf/RetainPtr.h>
-#include <wtf/Runloop.h>
+#include <wtf/RunLoop.h>
 OBJC_CLASS NSString;
 #endif
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to