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

Unified Diff: chrome/plugin/webplugin_delegate_stub.h

Issue 258026: Fix scripting during NPP_Destroy. Note that if the plugin is making a call t... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 2 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/webplugin_delegate_stub.h
===================================================================
--- chrome/plugin/webplugin_delegate_stub.h (revision 28004)
+++ chrome/plugin/webplugin_delegate_stub.h (working copy)
@@ -101,6 +101,7 @@
WebPluginDelegateImpl* delegate_;
WebPluginProxy* webplugin_;
+ bool in_destructor_;
// The url of the main frame hosting the plugin.
GURL page_url_;

Powered by Google App Engine
This is Rietveld 408576698