summaryrefslogtreecommitdiffstats
path: root/WebCore/bindings/js/ScriptCallStack.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/bindings/js/ScriptCallStack.cpp')
-rw-r--r--WebCore/bindings/js/ScriptCallStack.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/WebCore/bindings/js/ScriptCallStack.cpp b/WebCore/bindings/js/ScriptCallStack.cpp
index a435588..771141d 100644
--- a/WebCore/bindings/js/ScriptCallStack.cpp
+++ b/WebCore/bindings/js/ScriptCallStack.cpp
@@ -101,4 +101,9 @@ void ScriptCallStack::initialize()
m_initialized = true;
}
+bool ScriptCallStack::callLocation(String*, int*, String*)
+{
+ return false;
+}
+
} // namespace WebCore