Index: content/plugin/webplugin_delegate_stub.h |
diff --git a/content/plugin/webplugin_delegate_stub.h b/content/plugin/webplugin_delegate_stub.h |
index 8d7d3dfae2c7c3fcfcb1746846fa367800eca1a4..88a53712ddd362bc7809b908ad66315e9a6d204f 100644 |
--- a/content/plugin/webplugin_delegate_stub.h |
+++ b/content/plugin/webplugin_delegate_stub.h |
@@ -10,6 +10,7 @@ |
#include <vector> |
#include "base/memory/ref_counted.h" |
+#include "content/common/npobject_stub.h" |
#include "googleurl/src/gurl.h" |
#include "ipc/ipc_channel.h" |
#include "third_party/npapi/bindings/npapi.h" |
@@ -113,6 +114,7 @@ class WebPluginDelegateStub : public IPC::Channel::Listener, |
scoped_refptr<PluginChannel> channel_; |
+ base::WeakPtr<NPObjectStub> plugin_scriptable_object_; |
webkit::npapi::WebPluginDelegateImpl* delegate_; |
WebPluginProxy* webplugin_; |
bool in_destructor_; |