Chromium Code Reviews| 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 668b88ae2a975dc8e242b64d40f76ae93d860576..8ca4c434519df50b3b78c462fd32d000899d5d7b 100644 |
| --- a/remoting/webapp/js_proto/dom_proto.js |
| +++ b/remoting/webapp/js_proto/dom_proto.js |
| @@ -262,3 +262,8 @@ Event.prototype.initMouseEvent = function( |
| * @return {ArrayBuffer} |
| */ |
| ArrayBuffer.prototype.slice = function(begin, end) {}; |
| + |
| +/** |
| + * @return {string} |
| + */ |
| +Date.prototype.toISOString = function() {}; |