| Index: third_party/WebKit/LayoutTests/inspector-protocol/debugger/stepping-with-blackboxed-ranges.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector-protocol/debugger/stepping-with-blackboxed-ranges.html b/third_party/WebKit/LayoutTests/inspector-protocol/debugger/stepping-with-blackboxed-ranges.html
|
| index bdce550dfdd94fd08fcda158020b62f6da813bd3..050a097db53e9ecdf1c62c5519535e746a8d007e 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector-protocol/debugger/stepping-with-blackboxed-ranges.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector-protocol/debugger/stepping-with-blackboxed-ranges.html
|
| @@ -64,7 +64,7 @@ function test()
|
| InspectorTest.eventHandler["Debugger.paused"] = runAction;
|
| InspectorTest.sendCommandOrDie("Debugger.setBlackboxedRanges", {
|
| scriptId: scriptId,
|
| - positions: [ { lineNumber: 8, columnNumber: 0 }, { lineNumber: 15, columnNumber: 0 } ] // blackbox ranges for mixed.js
|
| + positions: [ { lineNumber: 6, columnNumber: 0 }, { lineNumber: 14, columnNumber: 0 } ] // blackbox ranges for mixed.js
|
| }, runAction);
|
| }
|
|
|
|
|