| Index: third_party/WebKit/Source/platform/v8_inspector/public/V8Inspector.h
|
| diff --git a/third_party/WebKit/Source/platform/v8_inspector/public/V8Inspector.h b/third_party/WebKit/Source/platform/v8_inspector/public/V8Inspector.h
|
| index 4dbb797d50935f67bfe3fa810e554fbf8fe69606..a7d3d6b2d2eda178b68716ce5e55592fe8d688e0 100644
|
| --- a/third_party/WebKit/Source/platform/v8_inspector/public/V8Inspector.h
|
| +++ b/third_party/WebKit/Source/platform/v8_inspector/public/V8Inspector.h
|
| @@ -33,6 +33,7 @@ public:
|
| void connectFrontend(protocol::FrontendChannel*);
|
| void disconnectFrontend();
|
| void dispatchMessageFromFrontend(const String16& message);
|
| + void notifyContextDestroyed();
|
|
|
| private:
|
| bool callingContextCanAccessContext(v8::Local<v8::Context> calling, v8::Local<v8::Context> target) override;
|
|
|