summaryrefslogtreecommitdiffstats
path: root/src/script/bridge/qscriptfunction_p.h
diff options
context:
space:
mode:
authorKent Hansen <khansen@trolltech.com>2009-06-24 09:51:35 (GMT)
committerKent Hansen <khansen@trolltech.com>2009-06-24 09:51:35 (GMT)
commit22f99440c8b586ab7da4799e7ae1f4d12eaab9e3 (patch)
treec598fffe96649a6f0ed4fb786667c206a478d595 /src/script/bridge/qscriptfunction_p.h
parent79e8a79d3be6586b37ab02168fb0ca671ffef57f (diff)
downloadQt-22f99440c8b586ab7da4799e7ae1f4d12eaab9e3.zip
Qt-22f99440c8b586ab7da4799e7ae1f4d12eaab9e3.tar.gz
Qt-22f99440c8b586ab7da4799e7ae1f4d12eaab9e3.tar.bz2
make more qscriptengine tests run
Not everything passes but at least nothing asserts anymore, so the test runs to completion.
Diffstat (limited to 'src/script/bridge/qscriptfunction_p.h')
-rw-r--r--src/script/bridge/qscriptfunction_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/script/bridge/qscriptfunction_p.h b/src/script/bridge/qscriptfunction_p.h
index 87e3d59..9da1531 100644
--- a/src/script/bridge/qscriptfunction_p.h
+++ b/src/script/bridge/qscriptfunction_p.h
@@ -76,7 +76,7 @@ public:
private:
virtual JSC::ConstructType getConstructData(JSC::ConstructData&);
- static JSC::JSValue proxyCall(JSC::ExecState *, JSC::JSObject *, JSC::JSValue , const JSC::ArgList &);
+ static JSC::JSValue JSC_HOST_CALL proxyCall(JSC::ExecState *, JSC::JSObject *, JSC::JSValue , const JSC::ArgList &);
static JSC::JSObject* proxyConstruct(JSC::ExecState *, JSC::JSObject *, const JSC::ArgList &);
private: