diff --git a/common/components/protocols.js b/common/components/protocols.js index 6e590716..2edf08a5 100644 --- a/common/components/protocols.js +++ b/common/components/protocols.js @@ -156,6 +156,10 @@ Dactyl.prototype = { return fakeChannel(uri); } }; +try { + Dactyl.prototype.__proto__ = Cc["@dactyl.googlecode.com/base/dactyl"].getService().wrappedJSObject; +} +catch (e) {} function AboutHandler() {} AboutHandler.prototype = {