Initial patch.
[vuplus_webkit] / Source / WebKit / mac / Plugins / Hosted / ProxyRuntimeObject.mm
index 5cb2749..ee19189 100644 (file)
@@ -39,7 +39,6 @@ const ClassInfo ProxyRuntimeObject::s_info = { "ProxyRuntimeObject", &RuntimeObj
 ProxyRuntimeObject::ProxyRuntimeObject(ExecState* exec, JSGlobalObject* globalObject, Structure* structure, PassRefPtr<ProxyInstance> instance)
     : RuntimeObject(exec, globalObject, structure, instance)
 {
-    finishCreation(globalObject);
 }
 
 void ProxyRuntimeObject::finishCreation(JSGlobalObject* globalObject)