зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1374681 - Disable wasm binary source for debugger.html. r=jlast
MozReview-Commit-ID: 2lKMOizPwoX --HG-- extra : rebase_source : 7f2d3b4205fe8482231835dee62cd0ecf97d6b5a
This commit is contained in:
Родитель
bd80d75c80
Коммит
6d3d1c4489
|
@ -347,7 +347,7 @@ let SourceActor = ActorClassWithSpec(sourceSpec, {
|
|||
}
|
||||
}
|
||||
|
||||
if (isWasm) {
|
||||
if (isWasm && this.dbg.allowWasmBinarySource) {
|
||||
let wasm = this.source.binary;
|
||||
let buffer = wasm.buffer;
|
||||
assert(
|
||||
|
|
Загрузка…
Ссылка в новой задаче