| Index: third_party/WebKit/LayoutTests/inspector-protocol/debugger/setScriptSource.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector-protocol/debugger/setScriptSource.html b/third_party/WebKit/LayoutTests/inspector-protocol/debugger/setScriptSource.html
|
| index 3bec1c92b9e2e6f88fbe82f05f70aa777e2d3852..1954945906df260cff5948871bdbc9ec0429fcf9 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector-protocol/debugger/setScriptSource.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector-protocol/debugger/setScriptSource.html
|
| @@ -143,9 +143,8 @@ function test()
|
| var compileError = result.compileError;
|
| logCheck("Has error reported", !!compileError);
|
| logCheck("Reported error is a compile error", !!compileError);
|
| - if (compileError) {
|
| - logEqualsCheck(compileError.lineNumber, 2);
|
| - }
|
| + if (compileError)
|
| + logEqualsCheck(compileError.lineNumber, 1);
|
| return next;
|
| }
|
| }
|
|
|