diff options
Diffstat (limited to 'chrome_frame/CFInstall.js')
-rw-r--r-- | chrome_frame/CFInstall.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome_frame/CFInstall.js b/chrome_frame/CFInstall.js index 5f2efdf..98c70f4 100644 --- a/chrome_frame/CFInstall.js +++ b/chrome_frame/CFInstall.js @@ -49,7 +49,7 @@ try { var obj = new ActiveXObject('ChromeTab.ChromeFrame'); if (obj) { - obj.RegisterBHOIfNeeded(); + obj.registerBhoIfNeeded(); return true; } } catch(e) { |