| Index: tools/dom/templates/html/impl/impl_AudioContext.darttemplate
|
| diff --git a/tools/dom/templates/html/impl/impl_AudioContext.darttemplate b/tools/dom/templates/html/impl/impl_AudioContext.darttemplate
|
| index 9100aba078d63a5e7de27b6ccbff08055729b96f..a500495353cd762291c706e0455f6e6961038e58 100644
|
| --- a/tools/dom/templates/html/impl/impl_AudioContext.darttemplate
|
| +++ b/tools/dom/templates/html/impl/impl_AudioContext.darttemplate
|
| @@ -20,7 +20,7 @@ $if DART2JS
|
|
|
| ScriptProcessorNode createScriptProcessor(int bufferSize,
|
| [int numberOfInputChannels, int numberOfOutputChannels]) {
|
| - var function = JS('dynamic', '#.createScriptProcessor || '
|
| + var function = JS('=Object', '#.createScriptProcessor || '
|
| '#.createJavaScriptNode', this, this);
|
| if (numberOfOutputChannels != null) {
|
| return JS('ScriptProcessorNode', '#.call(#, #, #, #)', function, this,
|
|
|