| Index: tools/dom/templates/html/dartium/web_audio_dartium.darttemplate
|
| diff --git a/tools/dom/templates/html/dartium/web_audio_dartium.darttemplate b/tools/dom/templates/html/dartium/web_audio_dartium.darttemplate
|
| index 52ed27d7a30fcd5709567e246a8b9eca4170f8a9..c79c9d474dcb4b7a24150fd8249f0e3377b9951c 100644
|
| --- a/tools/dom/templates/html/dartium/web_audio_dartium.darttemplate
|
| +++ b/tools/dom/templates/html/dartium/web_audio_dartium.darttemplate
|
| @@ -20,3 +20,10 @@ $!GENERATED_DART_FILES
|
| final web_audioBlinkMap = {
|
| $!TYPE_MAP
|
| };
|
| +
|
| +$if JSINTEROP
|
| +// FIXME: Can we make this private?
|
| +final web_audioBlinkFunctionMap = {
|
| +$!TYPE_FUNCTION_MAP
|
| +};
|
| +$endif
|
|
|