| Index: third_party/WebKit/Source/core/dom/ActiveDOMObjectTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/ActiveDOMObjectTest.cpp b/third_party/WebKit/Source/core/dom/ActiveDOMObjectTest.cpp
|
| index f9589d477b8954d29d613b47a19797eb68589cee..214dc887a291cccc669f21f0aae46ac3df1174e6 100644
|
| --- a/third_party/WebKit/Source/core/dom/ActiveDOMObjectTest.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/ActiveDOMObjectTest.cpp
|
| @@ -36,7 +36,7 @@
|
| namespace blink {
|
|
|
| class MockActiveDOMObject final : public GarbageCollectedFinalized<MockActiveDOMObject>, public ActiveDOMObject {
|
| - WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(MockActiveDOMObject);
|
| + USING_GARBAGE_COLLECTED_MIXIN(MockActiveDOMObject);
|
| public:
|
| explicit MockActiveDOMObject(ExecutionContext* context) : ActiveDOMObject(context) { }
|
|
|
|
|