| Index: Source/bindings/core/v8/ScriptDebugServer.h
|
| diff --git a/Source/bindings/core/v8/ScriptDebugServer.h b/Source/bindings/core/v8/ScriptDebugServer.h
|
| index 4d9c7d43a9b465ce78958788aaac97edb74eaae3..2d9a9e711e09811e83dfb49c7ffd41b82b672d92 100644
|
| --- a/Source/bindings/core/v8/ScriptDebugServer.h
|
| +++ b/Source/bindings/core/v8/ScriptDebugServer.h
|
| @@ -80,7 +80,7 @@ public:
|
| bool setScriptSource(const String& sourceID, const String& newContent, bool preview, String* error, RefPtr<TypeBuilder::Debugger::SetScriptSourceError>&, ScriptValue* newCallFrames, RefPtr<JSONObject>* result);
|
| ScriptValue currentCallFrames();
|
| ScriptValue currentCallFramesForAsyncStack();
|
| - PassRefPtrWillBeRawPtr<JavaScriptCallFrame> topCallFrameNoScopes();
|
| + PassRefPtrWillBeRawPtr<JavaScriptCallFrame> callFrameNoScopes(int index);
|
| int frameCount();
|
|
|
| static PassRefPtrWillBeRawPtr<JavaScriptCallFrame> toJavaScriptCallFrameUnsafe(const ScriptValue&);
|
|
|