diff options
Diffstat (limited to 'ceee/firefox/content/overlay.js')
-rw-r--r-- | ceee/firefox/content/overlay.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ceee/firefox/content/overlay.js b/ceee/firefox/content/overlay.js index bba7a47f..7b94b5e 100644 --- a/ceee/firefox/content/overlay.js +++ b/ceee/firefox/content/overlay.js @@ -297,8 +297,8 @@ CEEE_Class.prototype.createChromeFrame_ = function() { this.cfHelper_ = new CEEE_CfHelper(this); var parent = document.getElementById('ceee-browser-item'); - var cf = this.cfHelper_.create(parent, this.cfHelper_.CHROME_FRAME_ID, - onCfReady, onCfMessage); + var cf = this.cfHelper_.create(parent, CEEE_globals.CHROME_FRAME_ID, + onCfReady, onCfMessage); }; /** Returns a helper object for working with ChromeFrame. */ |