| 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 46e6aab9553f9865b22245f2edc20aef271ad78a..e6730120ecce6fe9780cbce34dcb9a0f6837d41f 100644
|
| --- a/third_party/WebKit/Source/platform/v8_inspector/JavaScriptCallFrame.h
|
| +++ b/third_party/WebKit/Source/platform/v8_inspector/JavaScriptCallFrame.h
|
| @@ -51,6 +51,7 @@ public:
|
| int sourceID() const;
|
| int line() const;
|
| int column() const;
|
| + int contextId() const;
|
|
|
| bool isAtReturn() const;
|
| v8::Local<v8::Object> details() const;
|
|
|