Index: LayoutTests/inspector/console/console-format-es6.html |
diff --git a/LayoutTests/inspector/console/console-format-es6.html b/LayoutTests/inspector/console/console-format-es6.html |
index f67e36807e5306fbf5f1b021c1a9136fe868e41b..c68e0aa518affed8e0d4c44f03ab8a40bc45116f 100644 |
--- a/LayoutTests/inspector/console/console-format-es6.html |
+++ b/LayoutTests/inspector/console/console-format-es6.html |
@@ -19,9 +19,8 @@ function onload() |
var obj = { |
get getter() {} |
}; |
- obj[Symbol()] = 1; |
- obj[smb2] = 2; |
obj["a"] = smb1; |
+ obj[smb2] = 2; |
var map = new Map(); |
var weakMap = new WeakMap(); |