| Index: Source/bindings/core/v8/ScriptDebugServer.h
|
| diff --git a/Source/bindings/core/v8/ScriptDebugServer.h b/Source/bindings/core/v8/ScriptDebugServer.h
|
| index 24b0211acd949f4faeaea46a18d6873fb8a91c7a..f638f9277e7c85aaccfb6f437be7560bd3163215 100644
|
| --- a/Source/bindings/core/v8/ScriptDebugServer.h
|
| +++ b/Source/bindings/core/v8/ScriptDebugServer.h
|
| @@ -70,6 +70,7 @@ public:
|
| void setPauseOnExceptionsState(PauseOnExceptionsState pauseOnExceptionsState);
|
|
|
| void setPauseOnNextStatement(bool pause);
|
| + bool pausingOnNextStatement();
|
| bool canBreakProgram();
|
| void breakProgram();
|
| void continueProgram();
|
|
|