Title: [175699] trunk/Source/WebKit2
Revision
175699
Author
m...@apple.com
Date
2014-11-06 10:05:07 -0800 (Thu, 06 Nov 2014)

Log Message

iOS build fix.

* WebProcess/Plugins/PluginController.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (175698 => 175699)


--- trunk/Source/WebKit2/ChangeLog	2014-11-06 16:40:28 UTC (rev 175698)
+++ trunk/Source/WebKit2/ChangeLog	2014-11-06 18:05:07 UTC (rev 175699)
@@ -1,3 +1,9 @@
+2014-11-06  Dan Bernstein  <m...@apple.com>
+
+        iOS build fix.
+
+        * WebProcess/Plugins/PluginController.h:
+
 2014-11-06  Daniel Bates  <daba...@apple.com>
 
         [iOS] WebProcess needs to take a background task assertion to prevent being killed

Modified: trunk/Source/WebKit2/WebProcess/Plugins/PluginController.h (175698 => 175699)


--- trunk/Source/WebKit2/WebProcess/Plugins/PluginController.h	2014-11-06 16:40:28 UTC (rev 175698)
+++ trunk/Source/WebKit2/WebProcess/Plugins/PluginController.h	2014-11-06 18:05:07 UTC (rev 175699)
@@ -81,6 +81,9 @@
 
     // Evaluates the given script string in the context of the given NPObject.
     virtual bool evaluate(NPObject*, const String& scriptString, NPVariant* result, bool allowPopups) = 0;
+
+    // Called by the Netscape plug-in when it starts or stops playing audio.
+    virtual void setPluginIsPlayingAudio(bool) = 0;
 #endif
 
     // Set the statusbar text.
@@ -155,9 +158,6 @@
     // Called when the a plug-in instance fails to initialized, either synchronously or asynchronously.
     virtual void didFailToInitializePlugin() = 0;
 
-    // Called by the Netscape plug-in when it starts or stops playing audio.
-    virtual void setPluginIsPlayingAudio(bool) = 0;
-
     // Helper class for delaying destruction of a plug-in.
     class PluginDestructionProtector {
     public:
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to