summaryrefslogtreecommitdiffstats
path: root/WebCore/bindings/js/ScriptCallStack.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/bindings/js/ScriptCallStack.h')
-rw-r--r--WebCore/bindings/js/ScriptCallStack.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/bindings/js/ScriptCallStack.h b/WebCore/bindings/js/ScriptCallStack.h
index e51d97a..7b66a97 100644
--- a/WebCore/bindings/js/ScriptCallStack.h
+++ b/WebCore/bindings/js/ScriptCallStack.h
@@ -61,7 +61,7 @@ namespace WebCore {
JSC::ExecState* m_exec;
Vector<ScriptCallFrame> m_frames;
- JSC::InternalFunction* m_caller;
+ JSC::JSFunction* m_caller;
};
} // namespace WebCore