| 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 15204d679422a9a040ee5af4a4e5b3c57d967ef7..43b42c994f22075b38dc23a6e7b7313accccdd92 100644
|
| --- a/tools/dom/templates/html/dartium/web_audio_dartium.darttemplate
|
| +++ b/tools/dom/templates/html/dartium/web_audio_dartium.darttemplate
|
| @@ -18,12 +18,14 @@ import 'dart:js' as js;
|
|
|
| $!GENERATED_DART_FILES
|
| // FIXME: Can we make this private?
|
| +@Deprecated("Internal Use Only")
|
| final web_audioBlinkMap = {
|
| $!TYPE_MAP
|
| };
|
|
|
| $if JSINTEROP
|
| // FIXME: Can we make this private?
|
| +@Deprecated("Internal Use Only")
|
| final web_audioBlinkFunctionMap = {
|
| $!TYPE_FUNCTION_MAP
|
| };
|
|
|