From e9d1f93c5a2c8a0d800dd83190fd3060abe4850b Mon Sep 17 00:00:00 2001 From: Kent Hansen Date: Wed, 24 Jun 2009 13:24:07 +0200 Subject: rename createStructureID() function The JSC function was renamed, so we need to do so too, otherwise we call the function defined in the base class. --- src/script/bridge/qscriptqobject_p.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/script/bridge/qscriptqobject_p.h b/src/script/bridge/qscriptqobject_p.h index 3c2f2d2..ba7a4b4 100644 --- a/src/script/bridge/qscriptqobject_p.h +++ b/src/script/bridge/qscriptqobject_p.h @@ -83,7 +83,7 @@ public: inline void setOptions(QScriptEngine::QObjectWrapOptions options) { data->options = options; } - static WTF::PassRefPtr createStructureID(JSC::JSValue prototype) + static WTF::PassRefPtr createStructure(JSC::JSValue prototype) { return JSC::Structure::create(prototype, JSC::TypeInfo(JSC::ObjectType)); } -- cgit v0.12