| Index: chrome/browser/resources/chromeos/chromevox/common/externs.js
|
| diff --git a/chrome/browser/resources/chromeos/chromevox/common/externs.js b/chrome/browser/resources/chromeos/chromevox/common/externs.js
|
| index 7d34b6d6fc2ee04ab53f82b65b513ca8bd840ecf..2e2886d4237e59e2d6390ff5da1517893d58bf03 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/common/externs.js
|
| +++ b/chrome/browser/resources/chromeos/chromevox/common/externs.js
|
| @@ -5,18 +5,3 @@
|
| Range.prototype.getBoundingClientRect;
|
| Document.prototype.documentElement.innerWidth;
|
| Document.prototype.documentElement.head;
|
| -
|
| -/** @constructor */
|
| -function WeakMap() {}
|
| -
|
| -/**
|
| - * @param {Object} key
|
| - * @return {*}
|
| - */
|
| -WeakMap.prototype.get = function(key) {};
|
| -
|
| -/**
|
| - * @param {Object} key
|
| - * @param {*} value
|
| - */
|
| -WeakMap.prototype.set = function(key, value) {};
|
|
|