Bug 755122 - remove bufferToArrayHack from frameworker. r=markh

This commit is contained in:
Gavin Sharp 2012-09-04 10:27:49 +10:00
parent 6e5dc23242
commit 7d61f6d726

View File

@ -146,11 +146,6 @@ FrameWorker.prototype = {
workerWindow.addEventListener(t, l, c)
};
// And a very hacky work-around for bug 734215
sandbox.bufferToArrayHack = function fw_bufferToArrayHack(a) {
return new workerWindow.Uint8Array(a);
};
this.sandbox = sandbox;
let worker = this;