mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-04 11:35:47 +01:00
Fix FF36.
This commit is contained in:
@@ -74,7 +74,7 @@ let objproto = Object.prototype;
|
|||||||
let hasOwnProperty = objproto.hasOwnProperty;
|
let hasOwnProperty = objproto.hasOwnProperty;
|
||||||
|
|
||||||
if (typeof XPCSafeJSObjectWrapper === "undefined")
|
if (typeof XPCSafeJSObjectWrapper === "undefined")
|
||||||
var XPCSafeJSObjectWrapper = XPCNativeWrapper;
|
this.XPCSafeJSObjectWrapper = XPCNativeWrapper;
|
||||||
|
|
||||||
if (!XPCNativeWrapper.unwrap)
|
if (!XPCNativeWrapper.unwrap)
|
||||||
XPCNativeWrapper.unwrap = function (obj) {
|
XPCNativeWrapper.unwrap = function (obj) {
|
||||||
|
|||||||
Reference in New Issue
Block a user