Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(132)

Unified Diff: Source/WebKit/qt/WebCoreSupport/FrameLoaderClientQt.cpp

Issue 10905105: Merge 125500 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1229/
Patch Set: Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/WebKit/qt/WebCoreSupport/FrameLoaderClientQt.cpp
===================================================================
--- Source/WebKit/qt/WebCoreSupport/FrameLoaderClientQt.cpp (revision 127631)
+++ Source/WebKit/qt/WebCoreSupport/FrameLoaderClientQt.cpp (working copy)
@@ -1633,9 +1633,9 @@
void FrameLoaderClientQt::redirectDataToPlugin(Widget* pluginWidget)
{
- ASSERT(!m_pluginView);
m_pluginView = static_cast<PluginView*>(pluginWidget);
- m_hasSentResponseToPlugin = false;
+ if (pluginWidget)
+ m_hasSentResponseToPlugin = false;
}
PassRefPtr<Widget> FrameLoaderClientQt::createJavaAppletWidget(const IntSize& pluginSize, HTMLAppletElement* element, const KURL& url,
« no previous file with comments | « Source/WebKit/gtk/WebCoreSupport/FrameLoaderClientGtk.cpp ('k') | Source/WebKit/win/WebCoreSupport/WebFrameLoaderClient.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698