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