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