| Index: third_party/WebKit/Source/platform/v8_inspector/V8DebuggerImpl.cpp
|
| diff --git a/third_party/WebKit/Source/platform/v8_inspector/V8DebuggerImpl.cpp b/third_party/WebKit/Source/platform/v8_inspector/V8DebuggerImpl.cpp
|
| index f370d792ea376fee564349d0bec962e93a0da2a4..502da99bec3b48a500e1eb99603dc7b360653baf 100644
|
| --- a/third_party/WebKit/Source/platform/v8_inspector/V8DebuggerImpl.cpp
|
| +++ b/third_party/WebKit/Source/platform/v8_inspector/V8DebuggerImpl.cpp
|
| @@ -516,7 +516,7 @@ v8::Local<v8::Object> V8DebuggerImpl::currentCallFrames()
|
| return wrapper;
|
| }
|
|
|
| -PassOwnPtr<JavaScriptCallFrame> V8DebuggerImpl::callFrameNoScopes(int index)
|
| +PassOwnPtr<JavaScriptCallFrame> V8DebuggerImpl::callFrame(int index)
|
| {
|
| if (!m_isolate->InContext())
|
| return nullptr;
|
|
|