| Index: third_party/WebKit/Source/modules/plugins/DOMMimeTypeArray.cpp
|
| diff --git a/third_party/WebKit/Source/modules/plugins/DOMMimeTypeArray.cpp b/third_party/WebKit/Source/modules/plugins/DOMMimeTypeArray.cpp
|
| index d9088b1f86d6f1cd680444d5e655ec2202da9ae6..0927fe36d202c588d3c04c62cd59ec2de525d2c3 100644
|
| --- a/third_party/WebKit/Source/modules/plugins/DOMMimeTypeArray.cpp
|
| +++ b/third_party/WebKit/Source/modules/plugins/DOMMimeTypeArray.cpp
|
| @@ -28,11 +28,10 @@
|
|
|
| namespace blink {
|
|
|
| -DOMMimeTypeArray::DOMMimeTypeArray(LocalFrame* frame)
|
| - : DOMWindowProperty(frame) {}
|
| +DOMMimeTypeArray::DOMMimeTypeArray(LocalFrame* frame) : ContextClient(frame) {}
|
|
|
| DEFINE_TRACE(DOMMimeTypeArray) {
|
| - DOMWindowProperty::trace(visitor);
|
| + ContextClient::trace(visitor);
|
| }
|
|
|
| unsigned DOMMimeTypeArray::length() const {
|
|
|