| Index: third_party/WebKit/Source/devtools/front_end/formatter_worker/ESTreeWalker.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/formatter_worker/ESTreeWalker.js b/third_party/WebKit/Source/devtools/front_end/formatter_worker/ESTreeWalker.js
|
| index 1f9398bd0440d558bd542853d6d95634841006de..38b0da848c078fcba24aa7c14ba78990db31bb57 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/formatter_worker/ESTreeWalker.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/formatter_worker/ESTreeWalker.js
|
| @@ -91,6 +91,7 @@ FormatterWorker.ESTreeWalker.SkipSubtree = {};
|
|
|
| /** @enum {!Array.<string>} */
|
| FormatterWorker.ESTreeWalker._walkOrder = {
|
| + 'AwaitExpression': ['arguments'],
|
| 'ArrayExpression': ['elements'],
|
| 'ArrowFunctionExpression': ['params', 'body'],
|
| 'AssignmentExpression': ['left', 'right'],
|
|
|