| Index: third_party/WebKit/Source/platform/v8_inspector/V8RuntimeAgentImpl.h
|
| diff --git a/third_party/WebKit/Source/platform/v8_inspector/V8RuntimeAgentImpl.h b/third_party/WebKit/Source/platform/v8_inspector/V8RuntimeAgentImpl.h
|
| index 29a6d666a8e4e5606f9f865f0f7887fdde29b2eb..d3c6e35e1c5185f49e518e6b3ad9dbe949d7f308 100644
|
| --- a/third_party/WebKit/Source/platform/v8_inspector/V8RuntimeAgentImpl.h
|
| +++ b/third_party/WebKit/Source/platform/v8_inspector/V8RuntimeAgentImpl.h
|
| @@ -94,7 +94,6 @@ public:
|
| Maybe<protocol::Runtime::ExceptionDetails>*) override;
|
| void releaseObjectGroup(ErrorString*, const String& objectGroup) override;
|
| void run(ErrorString*) override;
|
| - void isRunRequired(ErrorString*, bool* result) override;
|
| void setCustomObjectFormatterEnabled(ErrorString*, bool) override;
|
| void compileScript(ErrorString*,
|
| const String& expression,
|
|
|