Title: [177307] trunk/Source/WebKit2
Revision
177307
Author
[email protected]
Date
2014-12-15 12:45:53 -0800 (Mon, 15 Dec 2014)

Log Message

Simplify tracking of process suppression disabled for PluginProcessManager
https://bugs.webkit.org/show_bug.cgi?id=139611

Unreviewed gtk/efl build fix.

* UIProcess/Plugins/PluginProcessManager.h:
    - missing #ifdef

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (177306 => 177307)


--- trunk/Source/WebKit2/ChangeLog	2014-12-15 20:38:50 UTC (rev 177306)
+++ trunk/Source/WebKit2/ChangeLog	2014-12-15 20:45:53 UTC (rev 177307)
@@ -1,3 +1,13 @@
+2014-12-15  Gavin Barraclough  <[email protected]>
+
+        Simplify tracking of process suppression disabled for PluginProcessManager
+        https://bugs.webkit.org/show_bug.cgi?id=139611
+
+        Unreviewed gtk/efl build fix.
+
+        * UIProcess/Plugins/PluginProcessManager.h:
+            - missing #ifdef
+
 2014-12-15  Timothy Horton  <[email protected]>
 
         Implement Data Detectors immediate actions for WebKit2

Modified: trunk/Source/WebKit2/UIProcess/Plugins/PluginProcessManager.h (177306 => 177307)


--- trunk/Source/WebKit2/UIProcess/Plugins/PluginProcessManager.h	2014-12-15 20:38:50 UTC (rev 177306)
+++ trunk/Source/WebKit2/UIProcess/Plugins/PluginProcessManager.h	2014-12-15 20:45:53 UTC (rev 177307)
@@ -86,6 +86,7 @@
 #endif
 };
 
+#if PLATFORM(COCOA)
 inline PassRefPtr<RefCounter::Count> PluginProcessManager::processSuppressionDisabledForPageCount()
 {
     return m_processSuppressionDisabledForPageCounter.count();
@@ -95,6 +96,7 @@
 {
     return m_processSuppressionEnabled;
 }
+#endif
 
 } // namespace WebKit
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to