| Index: third_party/WebKit/Source/platform/v8_inspector/public/V8DebuggerClient.h
|
| diff --git a/third_party/WebKit/Source/platform/v8_inspector/public/V8DebuggerClient.h b/third_party/WebKit/Source/platform/v8_inspector/public/V8DebuggerClient.h
|
| index 282ade571d04bce11bf538476783194d2d5a8d3a..1f2f4b65f35ed1de6ee803d8bf177a9e32207036 100644
|
| --- a/third_party/WebKit/Source/platform/v8_inspector/public/V8DebuggerClient.h
|
| +++ b/third_party/WebKit/Source/platform/v8_inspector/public/V8DebuggerClient.h
|
| @@ -28,6 +28,7 @@ public:
|
| virtual bool formatAccessorsAsProperties(v8::Local<v8::Value>) = 0;
|
| virtual bool isExecutionAllowed() = 0;
|
| virtual double currentTimeMS() = 0;
|
| + virtual int ensureDefaultContextInGroup(int contextGroupId) = 0;
|
| };
|
|
|
| } // namespace blink
|
|
|