Index: Source/web/WebPluginContainerImpl.cpp |
diff --git a/Source/web/WebPluginContainerImpl.cpp b/Source/web/WebPluginContainerImpl.cpp |
index 4808407bbae8597afa6362b404616222c5ea9809..1d49b34d5ff80a8175f156df7b00a892f170624f 100644 |
--- a/Source/web/WebPluginContainerImpl.cpp |
+++ b/Source/web/WebPluginContainerImpl.cpp |
@@ -684,6 +684,8 @@ WebPluginContainerImpl::~WebPluginContainerImpl() |
m_element->document().didRemoveTouchEventHandler(m_element); |
#endif |
+ ScriptForbiddenScope::SuppressScriptForbiddenScopeInRelease thisSuppressionShouldBeRemoved; |
haraken
2014/07/19 03:39:49
It's scary we're invoking JavaScript inside a dest
sof
2014/07/19 06:14:43
I can't access that one (Cc: me if you like, might
|
+ |
for (size_t i = 0; i < m_pluginLoadObservers.size(); ++i) |
m_pluginLoadObservers[i]->clearPluginContainer(); |
m_webPlugin->destroy(); |