Title: [190832] trunk/Source/WebKit2
Revision
190832
Author
bda...@apple.com
Date
2015-10-09 16:30:32 -0700 (Fri, 09 Oct 2015)

Log Message

Rubber-stamped by Anders Carlsson.

Remove unnecessary includes.
* WebProcess/Plugins/Netscape/NetscapePlugin.h:
* WebProcess/Plugins/Plugin.h:
* WebProcess/Plugins/PluginProxy.h:
* WebProcess/Plugins/PluginView.h:
* WebProcess/WebPage/mac/WebPageMac.mm:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (190831 => 190832)


--- trunk/Source/WebKit2/ChangeLog	2015-10-09 23:19:57 UTC (rev 190831)
+++ trunk/Source/WebKit2/ChangeLog	2015-10-09 23:30:32 UTC (rev 190832)
@@ -1,5 +1,16 @@
 2015-10-09  Beth Dakin  <bda...@apple.com>
 
+        Rubber-stamped by Anders Carlsson.
+
+        Remove unnecessary includes.
+        * WebProcess/Plugins/Netscape/NetscapePlugin.h:
+        * WebProcess/Plugins/Plugin.h:
+        * WebProcess/Plugins/PluginProxy.h:
+        * WebProcess/Plugins/PluginView.h:
+        * WebProcess/WebPage/mac/WebPageMac.mm:
+
+2015-10-09  Beth Dakin  <bda...@apple.com>
+
         Build fix.
 
         * CMakeLists.txt:

Modified: trunk/Source/WebKit2/WebProcess/Plugins/Netscape/NetscapePlugin.h (190831 => 190832)


--- trunk/Source/WebKit2/WebProcess/Plugins/Netscape/NetscapePlugin.h	2015-10-09 23:19:57 UTC (rev 190831)
+++ trunk/Source/WebKit2/WebProcess/Plugins/Netscape/NetscapePlugin.h	2015-10-09 23:30:32 UTC (rev 190832)
@@ -38,10 +38,6 @@
 #include <wtf/text/CString.h>
 #include <wtf/text/StringHash.h>
 
-#if PLATFORM(COCOA)
-#include "APIHitTestResult.h"
-#endif
-
 #if PLUGIN_ARCHITECTURE(X11)
 #include <WebCore/XUniqueResource.h>
 #endif

Modified: trunk/Source/WebKit2/WebProcess/Plugins/Plugin.h (190831 => 190832)


--- trunk/Source/WebKit2/WebProcess/Plugins/Plugin.h	2015-10-09 23:19:57 UTC (rev 190831)
+++ trunk/Source/WebKit2/WebProcess/Plugins/Plugin.h	2015-10-09 23:30:32 UTC (rev 190832)
@@ -37,7 +37,6 @@
 #include <wtf/Vector.h>
 
 #if PLATFORM(COCOA)
-#include "APIHitTestResult.h"
 #include "LayerHostingContext.h"
 
 OBJC_CLASS NSDictionary;

Modified: trunk/Source/WebKit2/WebProcess/Plugins/PluginProxy.h (190831 => 190832)


--- trunk/Source/WebKit2/WebProcess/Plugins/PluginProxy.h	2015-10-09 23:19:57 UTC (rev 190831)
+++ trunk/Source/WebKit2/WebProcess/Plugins/PluginProxy.h	2015-10-09 23:30:32 UTC (rev 190832)
@@ -38,7 +38,6 @@
 #include <memory>
 
 #if PLATFORM(COCOA)
-#include "APIHitTestResult.h"
 #include <wtf/RetainPtr.h>
 OBJC_CLASS CALayer;
 #endif

Modified: trunk/Source/WebKit2/WebProcess/Plugins/PluginView.h (190831 => 190832)


--- trunk/Source/WebKit2/WebProcess/Plugins/PluginView.h	2015-10-09 23:19:57 UTC (rev 190831)
+++ trunk/Source/WebKit2/WebProcess/Plugins/PluginView.h	2015-10-09 23:30:32 UTC (rev 190832)
@@ -47,8 +47,6 @@
 // FIXME: Eventually this should move to WebCore.
 
 #if PLATFORM(COCOA)
-#include "APIHitTestResult.h"
-
 OBJC_CLASS NSDictionary;
 OBJC_CLASS PDFSelection;
 #endif

Modified: trunk/Source/WebKit2/WebProcess/WebPage/mac/WebPageMac.mm (190831 => 190832)


--- trunk/Source/WebKit2/WebProcess/WebPage/mac/WebPageMac.mm	2015-10-09 23:19:57 UTC (rev 190831)
+++ trunk/Source/WebKit2/WebProcess/WebPage/mac/WebPageMac.mm	2015-10-09 23:30:32 UTC (rev 190832)
@@ -28,7 +28,6 @@
 
 #if PLATFORM(MAC)
 
-#import "APIHitTestResult.h"
 #import "AttributedString.h"
 #import "DataReference.h"
 #import "EditingRange.h"
@@ -45,6 +44,7 @@
 #import "WebEvent.h"
 #import "WebEventConversion.h"
 #import "WebFrame.h"
+#import "WebHitTestResultData.h"
 #import "WebImage.h"
 #import "WebInspector.h"
 #import "WebPageOverlay.h"
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to