Title: [161321] trunk/Source/WebCore
Revision
161321
Author
[email protected]
Date
2014-01-05 01:46:00 -0800 (Sun, 05 Jan 2014)

Log Message

Fix the Mac build too.

* page/PageThrottler.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (161320 => 161321)


--- trunk/Source/WebCore/ChangeLog	2014-01-05 09:27:47 UTC (rev 161320)
+++ trunk/Source/WebCore/ChangeLog	2014-01-05 09:46:00 UTC (rev 161321)
@@ -1,5 +1,11 @@
 2014-01-05  Csaba Osztrogonác  <[email protected]>
 
+        Fix the Mac build too.
+
+        * page/PageThrottler.h:
+
+2014-01-05  Csaba Osztrogonác  <[email protected]>
+
         Weekend URTBF after r161319 to make non Mac builds work again.
 
         * page/PageThrottler.h:

Modified: trunk/Source/WebCore/page/PageThrottler.h (161320 => 161321)


--- trunk/Source/WebCore/page/PageThrottler.h	2014-01-05 09:27:47 UTC (rev 161320)
+++ trunk/Source/WebCore/page/PageThrottler.h	2014-01-05 09:46:00 UTC (rev 161321)
@@ -28,7 +28,7 @@
 
 #include "Timer.h"
 
-#include <UserActivity.h>
+#include "UserActivity.h"
 #include <wtf/HashSet.h>
 #include <wtf/OwnPtr.h>
 #include <wtf/PassOwnPtr.h>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to