mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Backed out changeset 8450d74f782e (bug 1000305) for j1 test failures
This commit is contained in:
parent
69a8b51cc9
commit
bee0c44c89
@ -2741,8 +2741,6 @@ ServerHandler.prototype =
|
||||
var sis = new ScriptableInputStream(fis);
|
||||
var s = Cu.Sandbox(gGlobalObject);
|
||||
s.importFunction(dump, "dump");
|
||||
s.importFunction(atob, "atob");
|
||||
s.importFunction(btoa, "btoa");
|
||||
|
||||
// Define a basic key-value state-preservation API across requests, with
|
||||
// keys initially corresponding to the empty string.
|
||||
|
Loading…
Reference in New Issue
Block a user