| Index: third_party/WebKit/Source/platform/v8_inspector/V8DebuggerAgentImpl.h
|
| diff --git a/third_party/WebKit/Source/platform/v8_inspector/V8DebuggerAgentImpl.h b/third_party/WebKit/Source/platform/v8_inspector/V8DebuggerAgentImpl.h
|
| index e777f3b2cd8af410476c4078fd8bd789a84b3378..e3f7fc941dbd16636b0e6ebfef6dd573196d30d4 100644
|
| --- a/third_party/WebKit/Source/platform/v8_inspector/V8DebuggerAgentImpl.h
|
| +++ b/third_party/WebKit/Source/platform/v8_inspector/V8DebuggerAgentImpl.h
|
| @@ -133,6 +133,7 @@ public:
|
| void cancelPauseOnNextStatement();
|
| void breakProgram(const String16& breakReason, std::unique_ptr<protocol::DictionaryValue> data);
|
| void breakProgramOnException(const String16& breakReason, std::unique_ptr<protocol::DictionaryValue> data);
|
| + void setIgnoreScriptParsedEvents(bool);
|
|
|
| void reset();
|
|
|
|
|