mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-19 04:15:46 +01:00
Fix some stupid bugs in newer JägerMonkey. Closes issue #86.
This commit is contained in:
@@ -282,7 +282,7 @@ const File = Class("File", {
|
||||
return null;
|
||||
}
|
||||
}
|
||||
let self = XPCSafeJSObjectWrapper(file);
|
||||
let self = XPCNativeWrapper(file);
|
||||
self.__proto__ = File.prototype;
|
||||
return self;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user