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

Unified Diff: chrome/plugin/plugin_channel_base.h

Issue 119052: Fix browser hang due to plugin deadlock... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 7 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: chrome/plugin/plugin_channel_base.h
===================================================================
--- chrome/plugin/plugin_channel_base.h (revision 17403)
+++ chrome/plugin/plugin_channel_base.h (working copy)
@@ -110,7 +110,7 @@
// Track whether we're within a dispatch; works like a refcount, 0 when we're
// not.
- int in_dispatch_;
+ static int in_dispatch_;
// If true, sync messages will only be marked as unblocking if the channel is
// in the middle of dispatching a message.
« no previous file with comments | « no previous file | chrome/plugin/plugin_channel_base.cc » ('j') | webkit/glue/plugins/test/plugin_windowless_test.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698