| 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 38b0da848c078fcba24aa7c14ba78990db31bb57..0fb4bbe07359b95096eab79dfab2cc8198b8878a 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
|
| @@ -123,6 +123,7 @@ FormatterWorker.ESTreeWalker._walkOrder = {
|
| 'MethodDefinition': ['key', 'value'],
|
| 'NewExpression': ['callee', 'arguments'],
|
| 'ObjectExpression': ['properties'],
|
| + 'ParenthesizedExpression': ['expression'],
|
| 'Program': ['body'],
|
| 'Property': ['key', 'value'],
|
| 'ReturnStatement': ['argument'],
|
|
|