Backed out changeset 8450d74f782e (bug 1000305) for j1 test failures

This commit is contained in:
Carsten "Tomcat" Book 2014-12-23 11:41:28 +01:00
parent 69a8b51cc9
commit bee0c44c89

View File

@ -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.