Index: third_party/WebKit/Source/core/inspector/v8/V8RuntimeAgentImpl.h |
diff --git a/third_party/WebKit/Source/core/inspector/v8/V8RuntimeAgentImpl.h b/third_party/WebKit/Source/core/inspector/v8/V8RuntimeAgentImpl.h |
index bb652d29fb13b8d9207a7c62c35c7c766991cd69..8dce4404b232985615da55087d25b2799bd9d2c1 100644 |
--- a/third_party/WebKit/Source/core/inspector/v8/V8RuntimeAgentImpl.h |
+++ b/third_party/WebKit/Source/core/inspector/v8/V8RuntimeAgentImpl.h |
@@ -84,6 +84,7 @@ |
void getProperties(ErrorString*, const String& objectId, const bool* ownProperties, const bool* accessorPropertiesOnly, const bool* generatePreview, RefPtr<TypeBuilder::Array<TypeBuilder::Runtime::PropertyDescriptor>>& result, RefPtr<TypeBuilder::Array<TypeBuilder::Runtime::InternalPropertyDescriptor>>& internalProperties, RefPtr<TypeBuilder::Runtime::ExceptionDetails>&) override; |
void releaseObjectGroup(ErrorString*, const String& objectGroup) override; |
void run(ErrorString*) override; |
+ void isRunRequired(ErrorString*, bool* out_result) override; |
void setCustomObjectFormatterEnabled(ErrorString*, bool) override; |
void compileScript(ErrorString*, const String& expression, const String& sourceURL, bool persistScript, int executionContextId, TypeBuilder::OptOutput<TypeBuilder::Runtime::ScriptId>*, RefPtr<TypeBuilder::Runtime::ExceptionDetails>&) override; |
void runScript(ErrorString*, const TypeBuilder::Runtime::ScriptId&, int executionContextId, const String* objectGroup, const bool* doNotPauseOnExceptionsAndMuteConsole, RefPtr<TypeBuilder::Runtime::RemoteObject>& result, RefPtr<TypeBuilder::Runtime::ExceptionDetails>&) override; |