| Index: third_party/WebKit/Source/platform/v8_inspector/public/V8RuntimeAgent.h
|
| diff --git a/third_party/WebKit/Source/platform/v8_inspector/public/V8RuntimeAgent.h b/third_party/WebKit/Source/platform/v8_inspector/public/V8RuntimeAgent.h
|
| index ebc38555c5107924e9a85d3c8ff9ec113fd2afd3..155ec7c3e82f652f24661bdff39c1489f5a55b4f 100644
|
| --- a/third_party/WebKit/Source/platform/v8_inspector/public/V8RuntimeAgent.h
|
| +++ b/third_party/WebKit/Source/platform/v8_inspector/public/V8RuntimeAgent.h
|
| @@ -17,7 +17,7 @@ namespace blink {
|
|
|
| class InjectedScriptManager;
|
|
|
| -class PLATFORM_EXPORT V8RuntimeAgent : public protocol::Dispatcher::RuntimeCommandHandler, public V8Debugger::Agent<protocol::Frontend::Runtime> {
|
| +class PLATFORM_EXPORT V8RuntimeAgent : public protocol::Backend::Runtime, public V8Debugger::Agent<protocol::Frontend::Runtime> {
|
| public:
|
| // Cross-context inspectable values (DOM nodes in different worlds, etc.).
|
| class Inspectable {
|
|
|