Title: [161275] trunk/Source/WebCore
Revision
161275
Author
[email protected]
Date
2014-01-03 11:52:17 -0800 (Fri, 03 Jan 2014)

Log Message

Refactor NSActivity handling code from ChildProcess to UserActivity
https://bugs.webkit.org/show_bug.cgi?id=126330

Unreviewed build fix.

* platform/UserActivity.h:
    - case fix.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (161274 => 161275)


--- trunk/Source/WebCore/ChangeLog	2014-01-03 19:47:30 UTC (rev 161274)
+++ trunk/Source/WebCore/ChangeLog	2014-01-03 19:52:17 UTC (rev 161275)
@@ -1,3 +1,13 @@
+2014-01-03  Gavin Barraclough  <[email protected]>
+
+        Refactor NSActivity handling code from ChildProcess to UserActivity
+        https://bugs.webkit.org/show_bug.cgi?id=126330
+
+        Unreviewed build fix.
+
+        * platform/UserActivity.h:
+            - case fix.
+
 2014-01-02  Gavin Barraclough  <[email protected]>
 
         Refactor NSActivity handling code from ChildProcess to UserActivity

Modified: trunk/Source/WebCore/platform/UserActivity.h (161274 => 161275)


--- trunk/Source/WebCore/platform/UserActivity.h	2014-01-03 19:47:30 UTC (rev 161274)
+++ trunk/Source/WebCore/platform/UserActivity.h	2014-01-03 19:52:17 UTC (rev 161275)
@@ -28,7 +28,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