1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-06 19:24:11 +01:00

Fix FF36.

This commit is contained in:
Kris Maglione
2011-01-03 23:45:22 -05:00
parent ee2bba53ca
commit 20b34f607d

View File

@@ -74,7 +74,7 @@ let objproto = Object.prototype;
let hasOwnProperty = objproto.hasOwnProperty;
if (typeof XPCSafeJSObjectWrapper === "undefined")
var XPCSafeJSObjectWrapper = XPCNativeWrapper;
this.XPCSafeJSObjectWrapper = XPCNativeWrapper;
if (!XPCNativeWrapper.unwrap)
XPCNativeWrapper.unwrap = function (obj) {