--- a/src/script/api/qscriptcontextinfo.cpp Wed Jun 23 19:07:03 2010 +0300
+++ b/src/script/api/qscriptcontextinfo.cpp Tue Jul 06 15:10:48 2010 +0300
@@ -181,7 +181,7 @@
// Get the others informations:
JSC::JSObject *callee = frame->callee();
if (callee && callee->inherits(&JSC::InternalFunction::info))
- functionName = JSC::asInternalFunction(callee)->name(&frame->globalData());
+ functionName = JSC::asInternalFunction(callee)->name(frame);
if (callee && callee->inherits(&JSC::JSFunction::info)) {
functionType = QScriptContextInfo::ScriptFunction;
JSC::FunctionExecutable *body = JSC::asFunction(callee)->jsExecutable();