| Index: src/debug-debugger.js
|
| diff --git a/src/debug-debugger.js b/src/debug-debugger.js
|
| index fc4c5da5b7a21e2619e95c3e12f81a41c4dd4806..9be2b044d31647b30f04c164d7f83c487e9a3145 100644
|
| --- a/src/debug-debugger.js
|
| +++ b/src/debug-debugger.js
|
| @@ -432,7 +432,7 @@ ScriptBreakPoint.prototype.set = function (script) {
|
| if (IS_NULL(position)) return;
|
|
|
| // Create a break point object and set the break point.
|
| - break_point = MakeBreakPoint(position, this);
|
| + var break_point = MakeBreakPoint(position, this);
|
| break_point.setIgnoreCount(this.ignoreCount());
|
| var actual_position = %SetScriptBreakPoint(script, position,
|
| this.position_alignment_,
|
|
|