summaryrefslogtreecommitdiffstats
path: root/WebCore/inspector/JavaScriptCallFrame.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/inspector/JavaScriptCallFrame.cpp')
-rw-r--r--WebCore/inspector/JavaScriptCallFrame.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/WebCore/inspector/JavaScriptCallFrame.cpp b/WebCore/inspector/JavaScriptCallFrame.cpp
index e87880b..4962892 100644
--- a/WebCore/inspector/JavaScriptCallFrame.cpp
+++ b/WebCore/inspector/JavaScriptCallFrame.cpp
@@ -29,7 +29,7 @@
#include "PlatformString.h"
#include <debugger/DebuggerCallFrame.h>
#include <runtime/JSGlobalObject.h>
-#include <kjs/interpreter.h>
+#include <runtime/Completion.h>
#include <runtime/JSLock.h>
#include <runtime/JSObject.h>
#include <runtime/JSValue.h>
@@ -88,7 +88,7 @@ JSObject* JavaScriptCallFrame::thisObject() const
}
// Evaluate some JavaScript code in the scope of this frame.
-JSValue* JavaScriptCallFrame::evaluate(const UString& script, JSValue*& exception) const
+JSValuePtr JavaScriptCallFrame::evaluate(const UString& script, JSValuePtr& exception) const
{
ASSERT(m_isValid);
if (!m_isValid)