Index: Source/core/plugins/DOMPluginArray.cpp |
diff --git a/Source/core/plugins/DOMPluginArray.cpp b/Source/core/plugins/DOMPluginArray.cpp |
index c129e21ffd6e3b983d060cc0110e2ec94a2c3dc5..5358b94f5d7fc0f9f295c97ad1c71e552e917774 100644 |
--- a/Source/core/plugins/DOMPluginArray.cpp |
+++ b/Source/core/plugins/DOMPluginArray.cpp |
@@ -33,8 +33,9 @@ DOMPluginArray::DOMPluginArray(LocalFrame* frame) |
{ |
} |
-DOMPluginArray::~DOMPluginArray() |
+void DOMPluginArray::trace(Visitor* visitor) |
{ |
+ DOMWindowProperty::trace(visitor); |
} |
unsigned DOMPluginArray::length() const |