Title: [195934] trunk/Source/WebKit2
Revision
195934
Author
[email protected]
Date
2016-01-31 12:59:21 -0800 (Sun, 31 Jan 2016)

Log Message

Include the right WebKitAdditions files
<rdar://problem/24429804>

* UIProcess/WebPageProxy.cpp:
(WebKit::WebPageProxy::resetState):

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (195933 => 195934)


--- trunk/Source/WebKit2/ChangeLog	2016-01-31 20:49:15 UTC (rev 195933)
+++ trunk/Source/WebKit2/ChangeLog	2016-01-31 20:59:21 UTC (rev 195934)
@@ -1,3 +1,11 @@
+2016-01-31  Timothy Horton  <[email protected]>
+
+        Include the right WebKitAdditions files
+        <rdar://problem/24429804>
+
+        * UIProcess/WebPageProxy.cpp:
+        (WebKit::WebPageProxy::resetState):
+
 2016-01-31  Darin Adler  <[email protected]>
 
         Replace CaseFoldingHash with ASCIICaseInsensitiveHash

Modified: trunk/Source/WebKit2/UIProcess/WebPageProxy.cpp (195933 => 195934)


--- trunk/Source/WebKit2/UIProcess/WebPageProxy.cpp	2016-01-31 20:49:15 UTC (rev 195933)
+++ trunk/Source/WebKit2/UIProcess/WebPageProxy.cpp	2016-01-31 20:59:21 UTC (rev 195934)
@@ -5045,8 +5045,8 @@
     m_pageClient.mediaSessionManager().removeAllPlaybackTargetPickerClients(*this);
 #endif
 
-#if defined(__has_include) && __has_include(<WebKitAdditions/WebPageProxyInvalidation.h>)
-#include <WebKitAdditions/WebPageProxyInvalidation.h>
+#if defined(__has_include) && __has_include(<WebKitAdditions/WebPageProxyInvalidation.cpp>)
+#include <WebKitAdditions/WebPageProxyInvalidation.cpp>
 #endif
 
     CallbackBase::Error error;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to