Index: third_party/WebKit/LayoutTests/inspector/console/console-message-from-inline-with-url-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-message-from-inline-with-url-expected.txt b/third_party/WebKit/LayoutTests/inspector/console/console-message-from-inline-with-url-expected.txt |
index 9ddcd8b036b8f80a7390b94022d8dd60aa87bd0b..0e36a3c2f8a06ae2775a7b8dd8ca7d535a0a0af8 100644 |
--- a/third_party/WebKit/LayoutTests/inspector/console/console-message-from-inline-with-url-expected.txt |
+++ b/third_party/WebKit/LayoutTests/inspector/console/console-message-from-inline-with-url-expected.txt |
@@ -3,5 +3,5 @@ CONSOLE ERROR: line 1: Uncaught SyntaxError: Unexpected token } |
Tests that log message and syntax errors from inline scripts with sourceURL are logged into console, contains correct link and doesn't cause browser crash. |
foo.js:4 foo |
-boo.js:1 Uncaught SyntaxError: Unexpected token }addInlineWithSyntaxError @ foo.js:12 |
+boo.js:1 Uncaught SyntaxError: Unexpected token }(…)addInlineWithSyntaxError @ foo.js:12 |