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