| 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 43b42c994f22075b38dc23a6e7b7313accccdd92..b9c02a7c4e2c556595894fad9a719a1ad15afaff 100644
|
| --- a/tools/dom/templates/html/dartium/web_audio_dartium.darttemplate
|
| +++ b/tools/dom/templates/html/dartium/web_audio_dartium.darttemplate
|
| @@ -22,11 +22,3 @@ $!GENERATED_DART_FILES
|
| final web_audioBlinkMap = {
|
| $!TYPE_MAP
|
| };
|
| -
|
| -$if JSINTEROP
|
| -// FIXME: Can we make this private?
|
| -@Deprecated("Internal Use Only")
|
| -final web_audioBlinkFunctionMap = {
|
| -$!TYPE_FUNCTION_MAP
|
| -};
|
| -$endif
|
|
|