| Index: third_party/WebKit/Source/platform/v8_inspector/V8DebuggerImpl.h
|
| diff --git a/third_party/WebKit/Source/platform/v8_inspector/V8DebuggerImpl.h b/third_party/WebKit/Source/platform/v8_inspector/V8DebuggerImpl.h
|
| index 35dbac3f0d859df5200b981dc6896c3af3eea956..a462e873c2c6aa2d074a09b51a12e8be19a38073 100644
|
| --- a/third_party/WebKit/Source/platform/v8_inspector/V8DebuggerImpl.h
|
| +++ b/third_party/WebKit/Source/platform/v8_inspector/V8DebuggerImpl.h
|
| @@ -85,7 +85,7 @@ public:
|
|
|
| bool setScriptSource(const String16& sourceID, const String16& newContent, bool preview, ErrorString*, Maybe<protocol::Debugger::SetScriptSourceError>*, v8::Global<v8::Object>* newCallFrames, Maybe<bool>* stackChanged);
|
| v8::Local<v8::Object> currentCallFrames();
|
| - PassOwnPtr<JavaScriptCallFrame> callFrameNoScopes(int index);
|
| + PassOwnPtr<JavaScriptCallFrame> callFrame(int index);
|
| int frameCount();
|
|
|
| bool isPaused();
|
|
|