| 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 9966bf2d33a316853ab7caae141ba6bc7612b375..ffe5beec350e96f3c20542bfe6e8c117f3900ed0 100644
|
| --- a/third_party/WebKit/Source/platform/v8_inspector/V8RuntimeAgentImpl.h
|
| +++ b/third_party/WebKit/Source/platform/v8_inspector/V8RuntimeAgentImpl.h
|
| @@ -129,6 +129,8 @@ public:
|
| void disposeObjectGroup(const String16&) override;
|
| v8::Local<v8::Value> findObject(ErrorString*, const String16& objectId, v8::Local<v8::Context>* = nullptr, String16* groupName = nullptr) override;
|
| void addInspectedObject(PassOwnPtr<Inspectable>) override;
|
| +
|
| + static bool hasInternalError(ErrorString*, bool isError);
|
| private:
|
| v8::MaybeLocal<v8::Value> evaluateInternal(InjectedScript*, bool doNotPauseOnExceptionsAndMuteConsole, const String& expression, v8::MaybeLocal<v8::Object> extension);
|
|
|
|
|