Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(404)

Unified Diff: remoting/webapp/js_proto/dom_proto.js

Issue 927373005: [Chromoting] Enable jscompile for browser tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review comments Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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} */

Powered by Google App Engine
This is Rietveld 408576698