| Index: third_party/WebKit/Source/platform/v8_inspector/JavaScriptCallFrame.cpp
|
| diff --git a/third_party/WebKit/Source/platform/v8_inspector/JavaScriptCallFrame.cpp b/third_party/WebKit/Source/platform/v8_inspector/JavaScriptCallFrame.cpp
|
| index e70d7b5c90d56525e882882ad09dcbea368ed4cc..5b7f6df1e48e4802c10349ff68bb4b8706006a69 100644
|
| --- a/third_party/WebKit/Source/platform/v8_inspector/JavaScriptCallFrame.cpp
|
| +++ b/third_party/WebKit/Source/platform/v8_inspector/JavaScriptCallFrame.cpp
|
| @@ -172,11 +172,6 @@ v8::Local<v8::Value> JavaScriptCallFrame::thisObject() const
|
| return v8::Local<v8::Object>::New(m_isolate, m_callFrame)->Get(toV8StringInternalized(m_isolate, "thisObject"));
|
| }
|
|
|
| -String16 JavaScriptCallFrame::stepInPositions() const
|
| -{
|
| - return callV8FunctionReturnString("stepInPositions");
|
| -}
|
| -
|
| bool JavaScriptCallFrame::isAtReturn() const
|
| {
|
| v8::HandleScope handleScope(m_isolate);
|
|
|