| Index: Source/core/plugins/DOMPluginArray.cpp
|
| diff --git a/Source/core/plugins/DOMPluginArray.cpp b/Source/core/plugins/DOMPluginArray.cpp
|
| index c129e21ffd6e3b983d060cc0110e2ec94a2c3dc5..9c3cae2ef9f7c326adec60ea29ef6b8a2123e156 100644
|
| --- a/Source/core/plugins/DOMPluginArray.cpp
|
| +++ b/Source/core/plugins/DOMPluginArray.cpp
|
| @@ -37,6 +37,11 @@ DOMPluginArray::~DOMPluginArray()
|
| {
|
| }
|
|
|
| +void DOMPluginArray::trace(Visitor* visitor)
|
| +{
|
| + DOMWindowProperty::trace(visitor);
|
| +}
|
| +
|
| unsigned DOMPluginArray::length() const
|
| {
|
| PluginData* data = pluginData();
|
|
|