summaryrefslogtreecommitdiffstats
path: root/remoting/webapp/jscompiler_hacks.js
diff options
context:
space:
mode:
authorjamiewalch@chromium.org <jamiewalch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-12 20:21:57 +0000
committerjamiewalch@chromium.org <jamiewalch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-12 20:21:57 +0000
commitb0cc590aacd6c9908d154970eabe41cb370c2cbe (patch)
tree74c01b512f4a3559c46e9416426f21fed247dfad /remoting/webapp/jscompiler_hacks.js
parentfde71ee79ea5effc70e329a09ca2216022510296 (diff)
downloadchromium_src-b0cc590aacd6c9908d154970eabe41cb370c2cbe.zip
chromium_src-b0cc590aacd6c9908d154970eabe41cb370c2cbe.tar.gz
chromium_src-b0cc590aacd6c9908d154970eabe41cb370c2cbe.tar.bz2
Fixed JSCompile error.
Review URL: https://codereview.chromium.org/12597006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@187640 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/webapp/jscompiler_hacks.js')
-rw-r--r--remoting/webapp/jscompiler_hacks.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/remoting/webapp/jscompiler_hacks.js b/remoting/webapp/jscompiler_hacks.js
index d13aa2c..fb925fe 100644
--- a/remoting/webapp/jscompiler_hacks.js
+++ b/remoting/webapp/jscompiler_hacks.js
@@ -72,6 +72,12 @@ WebKitMutationObserver.prototype.observe = function(element, options) {};
remoting.storage.local = null;
/** @type {Object} */
+chrome.storage = {};
+
+/** @type {remoting.MockStorage} */
+chrome.storage.local;
+
+/** @type {Object} */
chrome.app.runtime = {
/** @type {Object} */
onLaunched: {