| Index: src/inspector/v8-debugger.h
|
| diff --git a/src/inspector/v8-debugger.h b/src/inspector/v8-debugger.h
|
| index b40fe09c83882d8432c442d48f51a9285a9b5a26..bca73e20a852669e593606bbcc5090a613e01828 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();
|
| - void breakProgram();
|
| + bool breakProgram(int targetContextGroupId);
|
| void continueProgram(int targetContextGroupId);
|
|
|
| void setPauseOnNextStatement(bool, int targetContextGroupId);
|
|
|