Title: [184639] trunk/Source/WebKit2
Revision
184639
Author
[email protected]
Date
2015-05-20 09:18:03 -0700 (Wed, 20 May 2015)

Log Message

Minor cleanups to PluginProcessProxy.
https://bugs.webkit.org/show_bug.cgi?id=145199

Patch by Sungmann Cho <[email protected]> on 2015-05-20
Reviewed by Anders Carlsson.

1. Remove unnecessary forward declaration.
2. Remove unnecessary #include.

* UIProcess/Plugins/PluginProcessProxy.cpp:
* UIProcess/Plugins/PluginProcessProxy.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (184638 => 184639)


--- trunk/Source/WebKit2/ChangeLog	2015-05-20 16:13:24 UTC (rev 184638)
+++ trunk/Source/WebKit2/ChangeLog	2015-05-20 16:18:03 UTC (rev 184639)
@@ -1,3 +1,16 @@
+2015-05-20  Sungmann Cho  <[email protected]>
+
+        Minor cleanups to PluginProcessProxy.
+        https://bugs.webkit.org/show_bug.cgi?id=145199
+
+        Reviewed by Anders Carlsson.
+
+        1. Remove unnecessary forward declaration.
+        2. Remove unnecessary #include.
+
+        * UIProcess/Plugins/PluginProcessProxy.cpp:
+        * UIProcess/Plugins/PluginProcessProxy.h:
+
 2015-05-20  Marcos Chavarría Teijeiro  <[email protected]>
 
         [GTK] Add some documentation to WebKitWebExtension

Modified: trunk/Source/WebKit2/UIProcess/Plugins/PluginProcessProxy.cpp (184638 => 184639)


--- trunk/Source/WebKit2/UIProcess/Plugins/PluginProcessProxy.cpp	2015-05-20 16:13:24 UTC (rev 184638)
+++ trunk/Source/WebKit2/UIProcess/Plugins/PluginProcessProxy.cpp	2015-05-20 16:18:03 UTC (rev 184639)
@@ -39,10 +39,6 @@
 #include <WebCore/NotImplemented.h>
 #include <wtf/RunLoop.h>
 
-#if OS(DARWIN)
-#include "MachPort.h"
-#endif
-
 using namespace WebCore;
 
 namespace WebKit {

Modified: trunk/Source/WebKit2/UIProcess/Plugins/PluginProcessProxy.h (184638 => 184639)


--- trunk/Source/WebKit2/UIProcess/Plugins/PluginProcessProxy.h	2015-05-20 16:13:24 UTC (rev 184638)
+++ trunk/Source/WebKit2/UIProcess/Plugins/PluginProcessProxy.h	2015-05-20 16:18:03 UTC (rev 184639)
@@ -43,11 +43,6 @@
 OBJC_CLASS WKPlaceholderModalWindow;
 #endif
 
-// FIXME: This is platform specific.
-namespace IPC {
-    class MachPort;
-}
-
 namespace WebKit {
 
 class PluginProcessManager;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to