| Index: src/inspector/v8-debugger.h
|
| diff --git a/src/inspector/v8-debugger.h b/src/inspector/v8-debugger.h
|
| index a15c288c0df41ecf9a22b76a209725db0ba41cad..e4e47a9c69b66282a41cd24ab9229fe7c5a0ce39 100644
|
| --- a/src/inspector/v8-debugger.h
|
| +++ b/src/inspector/v8-debugger.h
|
| @@ -50,7 +50,7 @@ class V8Debugger : public v8::debug::DebugDelegate {
|
| v8::debug::ExceptionBreakState getPauseOnExceptionsState();
|
| void setPauseOnExceptionsState(v8::debug::ExceptionBreakState);
|
| bool canBreakProgram();
|
| - bool breakProgram(int targetContextGroupId);
|
| + void breakProgram(int targetContextGroupId);
|
| void continueProgram(int targetContextGroupId);
|
|
|
| void setPauseOnNextStatement(bool, int targetContextGroupId);
|
|
|