Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / testing / PrivateScriptTest.cpp
index e49e119..09bd067 100644 (file)
@@ -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());
 }