diff options
author | jamiewalch@chromium.org <jamiewalch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-12 20:21:57 +0000 |
---|---|---|
committer | jamiewalch@chromium.org <jamiewalch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-12 20:21:57 +0000 |
commit | b0cc590aacd6c9908d154970eabe41cb370c2cbe (patch) | |
tree | 74c01b512f4a3559c46e9416426f21fed247dfad /remoting/webapp/jscompiler_hacks.js | |
parent | fde71ee79ea5effc70e329a09ca2216022510296 (diff) | |
download | chromium_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.js | 6 |
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: { |