| Index: third_party/WebKit/Source/bindings/core/v8/ToV8Test.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/ToV8Test.cpp b/third_party/WebKit/Source/bindings/core/v8/ToV8Test.cpp
|
| index 79d85a208ce1634343da213d8583323c358d5616..41b50347e0ae110b1e0371753c572557c908c204 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/ToV8Test.cpp
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/ToV8Test.cpp
|
| @@ -40,7 +40,7 @@ public:
|
| V8TestingScope m_scope;
|
| };
|
|
|
| -class GarbageCollectedHolder : public GarbageCollectedFinalized<GarbageCollectedHolder> {
|
| +class GarbageCollectedHolder : public GarbageCollected<GarbageCollectedHolder> {
|
| public:
|
| GarbageCollectedHolder(GarbageCollectedScriptWrappable* scriptWrappable)
|
| : m_scriptWrappable(scriptWrappable) { }
|
|
|