| Index: third_party/WebKit/Source/platform/v8_inspector/V8DebuggerImpl.h
|
| diff --git a/third_party/WebKit/Source/platform/v8_inspector/V8DebuggerImpl.h b/third_party/WebKit/Source/platform/v8_inspector/V8DebuggerImpl.h
|
| index 8244e4b453cfbf7cb4f035df60fd3b72e6d0efcd..1d2059e0fffbe1a8ac44951e9123e4a3c7ab5c79 100644
|
| --- a/third_party/WebKit/Source/platform/v8_inspector/V8DebuggerImpl.h
|
| +++ b/third_party/WebKit/Source/platform/v8_inspector/V8DebuggerImpl.h
|
| @@ -71,7 +71,6 @@ public:
|
| PauseOnExceptionsState getPauseOnExceptionsState();
|
| void setPauseOnExceptionsState(PauseOnExceptionsState);
|
| void setPauseOnNextStatement(bool);
|
| - bool pausingOnNextStatement();
|
| bool canBreakProgram();
|
| void breakProgram();
|
| void continueProgram();
|
|
|