Index: Source/WebKit/blackberry/WebCoreSupport/FrameLoaderClientBlackBerry.cpp |
=================================================================== |
--- Source/WebKit/blackberry/WebCoreSupport/FrameLoaderClientBlackBerry.cpp (revision 127631) |
+++ Source/WebKit/blackberry/WebCoreSupport/FrameLoaderClientBlackBerry.cpp (working copy) |
@@ -346,9 +346,9 @@ |
void FrameLoaderClientBlackBerry::redirectDataToPlugin(Widget* pluginWidget) |
{ |
- ASSERT(!m_pluginView); |
m_pluginView = static_cast<PluginView*>(pluginWidget); |
- m_hasSentResponseToPlugin = false; |
+ if (pluginWidget) |
+ m_hasSentResponseToPlugin = false; |
} |
void FrameLoaderClientBlackBerry::receivedData(const char* data, int length, const String& textEncoding) |