Title: [242925] trunk/Source/WebKitLegacy/win
Revision
242925
Author
[email protected]
Date
2019-03-13 17:38:15 -0700 (Wed, 13 Mar 2019)

Log Message

Unreviewed attempt to fix the Windows build after r242920.

* WebCoreSupport/WebFrameLoaderClient.h:

Modified Paths

Diff

Modified: trunk/Source/WebKitLegacy/win/ChangeLog (242924 => 242925)


--- trunk/Source/WebKitLegacy/win/ChangeLog	2019-03-14 00:37:46 UTC (rev 242924)
+++ trunk/Source/WebKitLegacy/win/ChangeLog	2019-03-14 00:38:15 UTC (rev 242925)
@@ -1,3 +1,9 @@
+2019-03-13  Ryan Haddad  <[email protected]>
+
+        Unreviewed attempt to fix the Windows build after r242920.
+
+        * WebCoreSupport/WebFrameLoaderClient.h:
+
 2019-03-12  Ross Kirsling  <[email protected]>
 
         [Win] Fix a slew of simple clang-cl warnings.

Modified: trunk/Source/WebKitLegacy/win/WebCoreSupport/WebFrameLoaderClient.h (242924 => 242925)


--- trunk/Source/WebKitLegacy/win/WebCoreSupport/WebFrameLoaderClient.h	2019-03-14 00:37:46 UTC (rev 242924)
+++ trunk/Source/WebKitLegacy/win/WebCoreSupport/WebFrameLoaderClient.h	2019-03-14 00:38:15 UTC (rev 242925)
@@ -187,7 +187,6 @@
     RefPtr<WebCore::Frame> createFrame(const URL&, const WTF::String& name, WebCore::HTMLFrameOwnerElement&,
         const WTF::String& referrer) override;
     RefPtr<WebCore::Widget> createPlugin(const WebCore::IntSize&, WebCore::HTMLPlugInElement&, const URL&, const Vector<WTF::String>&, const Vector<WTF::String>&, const WTF::String&, bool loadManually) override;
-    void recreatePlugin(WebCore::Widget*) override { }
     void redirectDataToPlugin(WebCore::Widget&) override;
 
     RefPtr<WebCore::Widget> createJavaAppletWidget(const WebCore::IntSize&, WebCore::HTMLAppletElement&, const URL& baseURL, const Vector<WTF::String>& paramNames, const Vector<WTF::String>& paramValues) override;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to