| 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 93211c512909228bfb9882af93204317d5348036..773a9fde6e39d70f005f3f649c66ba3d6f6a9fc9 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/externs.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/externs.js
|
| @@ -171,15 +171,6 @@ Array.prototype.intersectOrdered = function(array, comparator) {}
|
| */
|
| Array.prototype.mergeOrdered = function(array, comparator) {}
|
|
|
| -/**
|
| - * @param {T} value
|
| - * @param {number} start
|
| - * @param {number=} end
|
| - * @this {!Array.<T>}
|
| - * @template T
|
| - */
|
| -Array.prototype.fill = function(value, start, end) {}
|
| -
|
| // File System API
|
| /**
|
| * @constructor
|
|
|