| Index: third_party/WebKit/Source/devtools/front_end/externs.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/externs.js b/third_party/WebKit/Source/devtools/front_end/externs.js
|
| index 7906eca063b7b73475d2adcc55d24ac2888abf60..9f2635c5b433abca4a94d275e18a49d24ec12224 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/externs.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/externs.js
|
| @@ -174,6 +174,16 @@ Array.prototype.intersectOrdered = function(array, comparator) {}
|
| */
|
| Array.prototype.mergeOrdered = function(array, comparator) {}
|
|
|
| +/**
|
| + * @param {string|!IArrayLike<T>|!Iterable<T>} arrayLike
|
| + * @param {function(this:S, (string|T), number,
|
| + * (string|!IArrayLike<T>|!Iterable<T>)): R=} opt_mapFn
|
| + * @param {S=} opt_this
|
| + * @return {!Array<R>}
|
| + * @template T,S,R
|
| + */
|
| +Array.from = function(arrayLike, opt_mapFn, opt_this) {};
|
| +
|
| // File System API
|
| /**
|
| * @constructor
|
|
|