| 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 b4c88d4c5613c0cc489b1dd17591222dad6cb475..bf40e92474e9f6101773278119ca03d3ea2ff619 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/Runtime.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/Runtime.js
|
| @@ -112,9 +112,9 @@ function normalizePath(path)
|
| */
|
| function loadScriptsPromise(scriptNames, base)
|
| {
|
| - /** @type {!Array.<!Promise.<string>>} */
|
| + /** @type {!Array<!Promise<undefined>>} */
|
| var promises = [];
|
| - /** @type {!Array.<string>} */
|
| + /** @type {!Array<string>} */
|
| var urls = [];
|
| var sources = new Array(scriptNames.length);
|
| var scriptToEval = 0;
|
|
|