Title: [164916] trunk/Source/WebCore
Revision
164916
Author
[email protected]
Date
2014-03-01 01:35:33 -0800 (Sat, 01 Mar 2014)

Log Message

Unreviewed build fix after r164913.

* platform/CountedUserActivity.h: Some ports don't (yet) support forwarding headers for WebCore,
so UserActivity.h should be included as non-forwarding.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (164915 => 164916)


--- trunk/Source/WebCore/ChangeLog	2014-03-01 09:08:04 UTC (rev 164915)
+++ trunk/Source/WebCore/ChangeLog	2014-03-01 09:35:33 UTC (rev 164916)
@@ -1,3 +1,10 @@
+2014-03-01  Zan Dobersek  <[email protected]>
+
+        Unreviewed build fix after r164913.
+
+        * platform/CountedUserActivity.h: Some ports don't (yet) support forwarding headers for WebCore,
+        so UserActivity.h should be included as non-forwarding.
+
 2014-03-01  Gavin Barraclough  <[email protected]>
 
         Change PageActivityAssertionToken to use a WeakPtr

Modified: trunk/Source/WebCore/platform/CountedUserActivity.h (164915 => 164916)


--- trunk/Source/WebCore/platform/CountedUserActivity.h	2014-03-01 09:08:04 UTC (rev 164915)
+++ trunk/Source/WebCore/platform/CountedUserActivity.h	2014-03-01 09:35:33 UTC (rev 164916)
@@ -26,7 +26,7 @@
 #ifndef CountedUserActivity_h
 #define CountedUserActivity_h
 
-#include <WebCore/UserActivity.h>
+#include "UserActivity.h"
 
 namespace WebCore {
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to