| Index: third_party/WebKit/Source/platform/v8_inspector/V8DebuggerAgentImpl.cpp
|
| diff --git a/third_party/WebKit/Source/platform/v8_inspector/V8DebuggerAgentImpl.cpp b/third_party/WebKit/Source/platform/v8_inspector/V8DebuggerAgentImpl.cpp
|
| index 584c0164e0339ae5b3d39bc8d4e9001d6f6e7a8f..ea549e37c12ed9d25966ba4701d149d42f79e6ba 100644
|
| --- a/third_party/WebKit/Source/platform/v8_inspector/V8DebuggerAgentImpl.cpp
|
| +++ b/third_party/WebKit/Source/platform/v8_inspector/V8DebuggerAgentImpl.cpp
|
| @@ -1164,6 +1164,11 @@ void V8DebuggerAgentImpl::breakProgramOnException(const String16& breakReason, s
|
| breakProgram(breakReason, std::move(data));
|
| }
|
|
|
| +void V8DebuggerAgentImpl::setIgnoreScriptParsedEvents(bool ignore)
|
| +{
|
| + m_debugger->setIgnoreScriptParsedEvents(ignore);
|
| +}
|
| +
|
| bool V8DebuggerAgentImpl::assertPaused(ErrorString* errorString)
|
| {
|
| if (m_pausedContext.IsEmpty()) {
|
|
|