mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 943461. Part 12: Remove spurious ScriptProcessorNode from test. r=karl
--HG-- extra : rebase_source : e902519b5e1d7bbd7f60545147edd8241e4d9455
This commit is contained in:
parent
43581067c4
commit
6f87a9fa58
@ -19,8 +19,6 @@ var gTest = {
|
||||
}
|
||||
|
||||
var source = context.createBufferSource();
|
||||
|
||||
var sp = context.createScriptProcessor(2048);
|
||||
source.start(0);
|
||||
source.buffer = buffer;
|
||||
return source;
|
||||
|
Loading…
Reference in New Issue
Block a user