| 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 e05c8f4c8e624e66de716ecf01edad80b722777d..a3b17dcca9990e5de6b85ef6b44daa027cae9a54 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/externs.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/externs.js
|
| @@ -619,12 +619,6 @@ CodeMirror.doc;
|
| window.dispatchStandaloneTestRunnerMessages;
|
|
|
| /**
|
| - * @param {*} obj
|
| - * @return {boolean}
|
| - */
|
| -ArrayBuffer.isView = function(obj) {};
|
| -
|
| -/**
|
| * @param {Array.<Object>} keyframes
|
| * @param {number|Object} timing
|
| * @return {Object}
|
|
|