| Index: third_party/WebKit/Source/devtools/front_end/Runtime.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/Runtime.js b/third_party/WebKit/Source/devtools/front_end/Runtime.js
|
| index e79325f04c432999ec998c5dfa7768851289f816..983f703384349c4a82a2e74c1f09cecf5f8d92c1 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/Runtime.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/Runtime.js
|
| @@ -36,7 +36,7 @@ var _loadedScripts = {};
|
| // FIXME: This is a workaround to force Closure compiler provide
|
| // the standard ES6 runtime for all modules. This should be removed
|
| // once Closure provides standard externs for Map et al.
|
| -for (var k of []) {};
|
| +for (var k of []) {}
|
|
|
| /**
|
| * @param {string} url
|
|
|