mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-15 21:36:20 +00:00
Bug 755122 - remove bufferToArrayHack from frameworker. r=markh
This commit is contained in:
parent
6e5dc23242
commit
7d61f6d726
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user