| 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 518bebccf02cb31ae3b1b3356240d530ef0ebb50..17b2f681744e7c83f62fd5c4ed2ffc2867b0d4e6 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} */
|
|
|