diff options
author | Andrei Popescu <andreip@google.com> | 2009-08-17 13:59:26 +0100 |
---|---|---|
committer | Andrei Popescu <andreip@google.com> | 2009-08-17 13:59:26 +0100 |
commit | bf4709b903dd2a6e118f0c5c6437a875910679bc (patch) | |
tree | 85a5ed51788223310c0e724b063449d987ebb194 /WebCore | |
parent | 6d289e80ffb2e1dcc0a3bdce9f2bf7fa3263745d (diff) | |
download | external_webkit-bf4709b903dd2a6e118f0c5c6437a875910679bc.zip external_webkit-bf4709b903dd2a6e118f0c5c6437a875910679bc.tar.gz external_webkit-bf4709b903dd2a6e118f0c5c6437a875910679bc.tar.bz2 |
PluginView.cpp fix
Diffstat (limited to 'WebCore')
-rw-r--r-- | WebCore/plugins/PluginView.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/WebCore/plugins/PluginView.cpp b/WebCore/plugins/PluginView.cpp index 3819eb9..8440239 100644 --- a/WebCore/plugins/PluginView.cpp +++ b/WebCore/plugins/PluginView.cpp @@ -234,9 +234,9 @@ void PluginView::stop() ASSERT(m_streams.isEmpty()); m_isStarted = false; - +#if USE(JSC) JSC::JSLock::DropAllLocks dropAllLocks(JSC::SilenceAssertionsOnly); - +#endif #ifdef XP_WIN // Unsubclass the window if (m_isWindowed) { |