| Index: third_party/WebKit/Source/devtools/front_end/formatter_worker/FormatterWorker.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/formatter_worker/FormatterWorker.js b/third_party/WebKit/Source/devtools/front_end/formatter_worker/FormatterWorker.js
|
| index 8c26e62081e592975162cb677cde47d179aa161c..9fa7adc9caf11b6489a9343b761135040f8a7d39 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/formatter_worker/FormatterWorker.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/formatter_worker/FormatterWorker.js
|
| @@ -97,7 +97,7 @@ FormatterWorker.relaxedJSONParser = function(content) {
|
| * @param {string} content
|
| */
|
| FormatterWorker.evaluatableJavaScriptSubstring = function(content) {
|
| - var tokenizer = acorn.tokenizer(content, {ecmaVersion: 6});
|
| + var tokenizer = acorn.tokenizer(content, {ecmaVersion: 7});
|
| var result = '';
|
| try {
|
| var token = tokenizer.getToken();
|
|
|