| 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 5c216f62a3819dc5df81de3c80f1c9a43008fb89..0769ada0591e0deccc1bf942eb5394564baecb28 100644
|
| --- a/third_party/WebKit/Source/platform/v8_inspector/JavaScriptCallFrame.cpp
|
| +++ b/third_party/WebKit/Source/platform/v8_inspector/JavaScriptCallFrame.cpp
|
| @@ -75,6 +75,11 @@ int JavaScriptCallFrame::column() const
|
| return callV8FunctionReturnInt("column");
|
| }
|
|
|
| +int JavaScriptCallFrame::contextId() const
|
| +{
|
| + return callV8FunctionReturnInt("contextId");
|
| +}
|
| +
|
| bool JavaScriptCallFrame::isAtReturn() const
|
| {
|
| v8::HandleScope handleScope(m_isolate);
|
|
|