| Index: remoting/webapp/js_proto/dom_proto.js
|
| diff --git a/remoting/webapp/js_proto/dom_proto.js b/remoting/webapp/js_proto/dom_proto.js
|
| index a81cdc27898b89fb880bd5f22847a8e205d8f4dc..14d8abb390a1dd0800f1a3c2890645083a62f375 100644
|
| --- a/remoting/webapp/js_proto/dom_proto.js
|
| +++ b/remoting/webapp/js_proto/dom_proto.js
|
| @@ -34,9 +34,15 @@ Document.prototype.firstElementChild;
|
| Element.prototype.requestPointerLock = function() {};
|
|
|
| /** @type {boolean} */
|
| +Element.prototype.disabled;
|
| +
|
| +/** @type {boolean} */
|
| Element.prototype.hidden;
|
|
|
| /** @type {string} */
|
| +Element.prototype.innerText;
|
| +
|
| +/** @type {string} */
|
| Element.prototype.localName;
|
|
|
| /** @type {string} */
|
|
|