| 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 153e1db47d616cbedb4844ff2c097bd157bfca31..ea6c5819f98926d071fce59a2a4ba7238afbc034 100644
|
| --- a/tools/dom/templates/html/dartium/web_audio_dartium.darttemplate
|
| +++ b/tools/dom/templates/html/dartium/web_audio_dartium.darttemplate
|
| @@ -15,3 +15,9 @@ import 'dart:_blink' as _blink;
|
| $endif
|
|
|
| $!GENERATED_DART_FILES
|
| +$if DART_USE_BLINK
|
| +// FIXME: Can we make this private?
|
| +const web_audioBlinkMap = const {
|
| +$!TYPE_MAP
|
| +};
|
| +$endif
|
|
|