Index: third_party/WebKit/LayoutTests/inspector/console/console-tainted-globals-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-tainted-globals-expected.txt b/third_party/WebKit/LayoutTests/inspector/console/console-tainted-globals-expected.txt |
index d37be47f6f19624ef83de8ab9e7a1969d5b56626..a66674441ca2269a56a2a2401d0a99736183ea40 100644 |
--- a/third_party/WebKit/LayoutTests/inspector/console/console-tainted-globals-expected.txt |
+++ b/third_party/WebKit/LayoutTests/inspector/console/console-tainted-globals-expected.txt |
@@ -7,13 +7,13 @@ Running: testRuntimeAgentCallFunctionOn |
Running: dumpConsoleMessages |
testOverriddenArrayPushAndMathMax() |
-[1, 2, 3] |
+(3) [1, 2, 3] |
testOverriddenConstructorName() |
Object {constructor: Object} |
testThrowConstructorName() |
Object {} |
testOverriddenIsFinite() |
-["arg1", "arg2", callee: function, Symbol(Symbol.iterator): function] |
+(2) ["arg1", "arg2", callee: function, Symbol(Symbol.iterator): function] |
testOverriddenError() |
Object {result: "PASS"} |
restoreError() |