Index: Source/WebCore/plugins/DOMPlugin.cpp |
diff --git a/Source/WebCore/plugins/DOMPlugin.cpp b/Source/WebCore/plugins/DOMPlugin.cpp |
index ef5ab4cd7f39bfd7bb7e9c7c96a8b83f10f1b424..2616aa3217d76af3339ce835716c4a16559d2cfd 100644 |
--- a/Source/WebCore/plugins/DOMPlugin.cpp |
+++ b/Source/WebCore/plugins/DOMPlugin.cpp |
@@ -30,6 +30,7 @@ DOMPlugin::DOMPlugin(PluginData* pluginData, Frame* frame, unsigned index) |
, m_pluginData(pluginData) |
, m_index(index) |
{ |
+ ScriptWrappable::init(this); |
} |
DOMPlugin::~DOMPlugin() |