| 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 723dd43478dbe1f1e28c126eb599a6c3978758a2..574260f676c597dba483e768f25762b1013a6f1b 100644
 | 
| --- a/third_party/WebKit/Source/platform/v8_inspector/V8RuntimeAgentImpl.h
 | 
| +++ b/third_party/WebKit/Source/platform/v8_inspector/V8RuntimeAgentImpl.h
 | 
| @@ -65,7 +65,7 @@
 | 
|          const String16& expression,
 | 
|          const Maybe<String16>& objectGroup,
 | 
|          const Maybe<bool>& includeCommandLineAPI,
 | 
| -        const Maybe<bool>& silent,
 | 
| +        const Maybe<bool>& doNotPauseOnExceptionsAndMuteConsole,
 | 
|          const Maybe<int>& executionContextId,
 | 
|          const Maybe<bool>& returnByValue,
 | 
|          const Maybe<bool>& generatePreview,
 | 
| @@ -81,7 +81,7 @@
 | 
|          const String16& objectId,
 | 
|          const String16& expression,
 | 
|          const Maybe<protocol::Array<protocol::Runtime::CallArgument>>& optionalArguments,
 | 
| -        const Maybe<bool>& silent,
 | 
| +        const Maybe<bool>& doNotPauseOnExceptionsAndMuteConsole,
 | 
|          const Maybe<bool>& returnByValue,
 | 
|          const Maybe<bool>& generatePreview,
 | 
|          const Maybe<bool>& userGesture,
 | 
| @@ -97,7 +97,7 @@
 | 
|          Maybe<protocol::Array<protocol::Runtime::InternalPropertyDescriptor>>* internalProperties,
 | 
|          Maybe<protocol::Runtime::ExceptionDetails>*) override;
 | 
|      void releaseObjectGroup(ErrorString*, const String16& objectGroup) override;
 | 
| -    void runIfWaitingForDebugger(ErrorString*) override;
 | 
| +    void run(ErrorString*) override;
 | 
|      void setCustomObjectFormatterEnabled(ErrorString*, bool) override;
 | 
|      void discardConsoleEntries(ErrorString*) override;
 | 
|      void compileScript(ErrorString*,
 | 
| @@ -111,7 +111,7 @@
 | 
|          const String16&,
 | 
|          const Maybe<int>& executionContextId,
 | 
|          const Maybe<String16>& objectGroup,
 | 
| -        const Maybe<bool>& silent,
 | 
| +        const Maybe<bool>& doNotPauseOnExceptionsAndMuteConsole,
 | 
|          const Maybe<bool>& includeCommandLineAPI,
 | 
|          const Maybe<bool>& returnByValue,
 | 
|          const Maybe<bool>& generatePreview,
 | 
| 
 |