| Index: Source/core/testing/GarbageCollectedScriptWrappable.cpp
|
| diff --git a/Source/core/testing/GarbageCollectedScriptWrappable.cpp b/Source/core/testing/GarbageCollectedScriptWrappable.cpp
|
| index db1e4c8dc42899244981c8fedc4ab9b185e3fa76..a04e0e3eb4f7df0dd8102c723f5de61ff0a7e3ec 100644
|
| --- a/Source/core/testing/GarbageCollectedScriptWrappable.cpp
|
| +++ b/Source/core/testing/GarbageCollectedScriptWrappable.cpp
|
| @@ -10,7 +10,6 @@ namespace blink {
|
| GarbageCollectedScriptWrappable::GarbageCollectedScriptWrappable(const String& string)
|
| : m_string(string)
|
| {
|
| - ScriptWrappable::init(this);
|
| }
|
|
|
| GarbageCollectedScriptWrappable::~GarbageCollectedScriptWrappable()
|
|
|