| Index: third_party/WebKit/LayoutTests/inspector-protocol/console/console-let-const-with-api-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/inspector-protocol/console/console-let-const-with-api-expected.txt b/third_party/WebKit/LayoutTests/inspector-protocol/console/console-let-const-with-api-expected.txt
|
| index f8712f893bdbb573ee2745e76888ab4fe0cc52cd..3b40d6c7fc81ea5cf4020670b30131a5e0eb5060 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector-protocol/console/console-let-const-with-api-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/inspector-protocol/console/console-let-const-with-api-expected.txt
|
| @@ -1,7 +1,7 @@
|
| first "let a = 1;" result: wasThrown = false
|
| second "let a = 1;" result: wasThrown = true
|
| exception message: Uncaught SyntaxError: Identifier 'a' has already been declared
|
| -{"result":{"type":"number","value":42,"description":"42"},"wasThrown":false}
|
| +{"result":{"type":"number","value":42,"description":"42"}}
|
| function $(selector, [startNode]) { [Command Line API] }
|
| function $$(selector, [startNode]) { [Command Line API] }
|
| function $x(xpath, [startNode]) { [Command Line API] }
|
|
|