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