| Index: Source/core/testing/PrivateScriptTest.cpp
|
| diff --git a/Source/core/testing/PrivateScriptTest.cpp b/Source/core/testing/PrivateScriptTest.cpp
|
| index e49e119419f29be14ab5c4c2d9a1cb3535e8bf10..09bd0670081f4a4004860f350819f7697717221a 100644
|
| --- a/Source/core/testing/PrivateScriptTest.cpp
|
| +++ b/Source/core/testing/PrivateScriptTest.cpp
|
| @@ -13,7 +13,6 @@ namespace blink {
|
|
|
| PrivateScriptTest::PrivateScriptTest(LocalFrame* frame)
|
| {
|
| - ScriptWrappable::init(this);
|
| v8::Handle<v8::Value> classObject = PrivateScriptRunner::installClassIfNeeded(frame, "PrivateScriptTest");
|
| RELEASE_ASSERT(!classObject.IsEmpty());
|
| }
|
|
|