Index: Source/WebCore/plugins/DOMPluginArray.cpp |
diff --git a/Source/WebCore/plugins/DOMPluginArray.cpp b/Source/WebCore/plugins/DOMPluginArray.cpp |
index c8a53a579028204d9112f94ff8bcdb310120ff7c..4687b0afb69a2b4398ba2ffcd76b726ede36e633 100644 |
--- a/Source/WebCore/plugins/DOMPluginArray.cpp |
+++ b/Source/WebCore/plugins/DOMPluginArray.cpp |
@@ -31,6 +31,7 @@ namespace WebCore { |
DOMPluginArray::DOMPluginArray(Frame* frame) |
: DOMWindowProperty(frame) |
{ |
+ ScriptWrappable::init(this); |
} |
DOMPluginArray::~DOMPluginArray() |