Title: [143827] trunk/Source/WebKit/chromium
- Revision
- 143827
- Author
- [email protected]
- Date
- 2013-02-22 18:54:40 -0800 (Fri, 22 Feb 2013)
Log Message
[chromium] Remove call to detach WebHelperPluginImpl's frame since it is never attached
https://bugs.webkit.org/show_bug.cgi?id=110668
Patch by David Dorwin <[email protected]> on 2013-02-22
Reviewed by Adam Barth.
This fixes http://crbug.com/172764
* src/WebHelperPluginImpl.cpp:
(WebKit::WebHelperPluginImpl::destoryPage):
Modified Paths
Diff
Modified: trunk/Source/WebKit/chromium/ChangeLog (143826 => 143827)
--- trunk/Source/WebKit/chromium/ChangeLog 2013-02-23 02:48:57 UTC (rev 143826)
+++ trunk/Source/WebKit/chromium/ChangeLog 2013-02-23 02:54:40 UTC (rev 143827)
@@ -1,3 +1,15 @@
+2013-02-22 David Dorwin <[email protected]>
+
+ [chromium] Remove call to detach WebHelperPluginImpl's frame since it is never attached
+ https://bugs.webkit.org/show_bug.cgi?id=110668
+
+ Reviewed by Adam Barth.
+
+ This fixes http://crbug.com/172764
+
+ * src/WebHelperPluginImpl.cpp:
+ (WebKit::WebHelperPluginImpl::destoryPage):
+
2013-02-22 Aaron Colwell <[email protected]>
Factor MediaSource methods out of MediaPlayer & MediaPlayerPrivate and into a new MediaSourcePrivate interface.
Modified: trunk/Source/WebKit/chromium/src/WebHelperPluginImpl.cpp (143826 => 143827)
--- trunk/Source/WebKit/chromium/src/WebHelperPluginImpl.cpp 2013-02-23 02:48:57 UTC (rev 143826)
+++ trunk/Source/WebKit/chromium/src/WebHelperPluginImpl.cpp 2013-02-23 02:54:40 UTC (rev 143827)
@@ -209,9 +209,6 @@
if (!m_page)
return;
- if (m_page->mainFrame())
- m_page->mainFrame()->loader()->frameDetached();
-
m_page.clear();
}
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes