| Index: third_party/WebKit/Source/core/inspector/InspectorDebuggerAgent.h
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorDebuggerAgent.h b/third_party/WebKit/Source/core/inspector/InspectorDebuggerAgent.h
|
| index eb7d04f849f7bd019e5301bd33282afc800fdc9f..417f884b9cbc07412fb85d227f114867cbdf017e 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorDebuggerAgent.h
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorDebuggerAgent.h
|
| @@ -80,6 +80,7 @@ public:
|
| void scriptExecutionBlockedByCSP(const String& directiveText);
|
| void willExecuteScript(int scriptId);
|
| void didExecuteScript();
|
| + void cancelPauseOnNextStatement();
|
|
|
| // Async stack implementation.
|
| void asyncTaskScheduled(const String& taskName, void* task);
|
|
|