| Index: third_party/WebKit/Source/platform/v8_inspector/JavaScriptCallFrame.h
|
| diff --git a/third_party/WebKit/Source/platform/v8_inspector/JavaScriptCallFrame.h b/third_party/WebKit/Source/platform/v8_inspector/JavaScriptCallFrame.h
|
| index f89576ad1d87a90e855aa25d4a5ad01c68042989..d2048db44ac3bd2d3c2a96668127c1dc4fe17934 100644
|
| --- a/third_party/WebKit/Source/platform/v8_inspector/JavaScriptCallFrame.h
|
| +++ b/third_party/WebKit/Source/platform/v8_inspector/JavaScriptCallFrame.h
|
| @@ -49,6 +49,7 @@ public:
|
| int sourceID() const;
|
| int line() const;
|
| int column() const;
|
| + int contextId() const;
|
|
|
| bool isAtReturn() const;
|
| v8::Local<v8::Object> details() const;
|
|
|