| 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 067b718baf02b3aea291789252771256f9ad28dd..2facacbddff8401db5f52f6dfa5c786ad97a3c1c 100644
|
| --- a/LayoutTests/inspector/console/console-format-es6.html
|
| +++ b/LayoutTests/inspector/console/console-format-es6.html
|
| @@ -50,11 +50,8 @@
|
| bigmap.set(42, 42);
|
| bigmap.set({foo:"from"}, {foo:"to"});
|
|
|
| - var p = Promise.reject(-0);
|
| - p.catch(function() {});
|
| -
|
| globals = [
|
| - p, smb1, smb2, obj, map, weakMap, set, weakSet,
|
| + Promise.reject(-0), smb1, smb2, obj, map, weakMap, set, weakSet,
|
| mapMap0, mapMap, setSet0, setSet, bigmap
|
| ];
|
|
|
|
|