Title: [137625] branches/safari-536.28-branch/Source/WebKit2
Revision
137625
Author
[email protected]
Date
2012-12-13 11:13:41 -0800 (Thu, 13 Dec 2012)

Log Message

Rollout r133947.  <rdar://problem/12516350>

Modified Paths

Diff

Modified: branches/safari-536.28-branch/Source/WebKit2/ChangeLog (137624 => 137625)


--- branches/safari-536.28-branch/Source/WebKit2/ChangeLog	2012-12-13 19:11:42 UTC (rev 137624)
+++ branches/safari-536.28-branch/Source/WebKit2/ChangeLog	2012-12-13 19:13:41 UTC (rev 137625)
@@ -1,5 +1,9 @@
 2012-12-13  Lucas Forschler  <[email protected]>
 
+    Rollout r133947
+
+2012-12-13  Lucas Forschler  <[email protected]>
+
     Rollout r133949
 
 2012-12-13  Lucas Forschler  <[email protected]>

Modified: branches/safari-536.28-branch/Source/WebKit2/WebProcess/Plugins/PluginProxy.cpp (137624 => 137625)


--- branches/safari-536.28-branch/Source/WebKit2/WebProcess/Plugins/PluginProxy.cpp	2012-12-13 19:11:42 UTC (rev 137624)
+++ branches/safari-536.28-branch/Source/WebKit2/WebProcess/Plugins/PluginProxy.cpp	2012-12-13 19:13:41 UTC (rev 137625)
@@ -185,9 +185,6 @@
 
 void PluginProxy::didFailToCreatePluginInternal()
 {
-    // Calling out to the connection and the controller could potentially cause the plug-in proxy to go away, so protect it here.
-    RefPtr<PluginProxy> protect(this);
-
     m_connection->removePluginProxy(this);
     controller()->didFailToInitializePlugin();
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to