| Index: sdk/lib/html/templates/html/impl/impl_AudioContext.darttemplate
|
| diff --git a/sdk/lib/html/templates/html/impl/impl_AudioContext.darttemplate b/sdk/lib/html/templates/html/impl/impl_AudioContext.darttemplate
|
| index 0b872b40af22538886cb8e346876c3894f6b7904..e624fbd098b4187a9f0811dd8b9dc534362820a0 100644
|
| --- a/sdk/lib/html/templates/html/impl/impl_AudioContext.darttemplate
|
| +++ b/sdk/lib/html/templates/html/impl/impl_AudioContext.darttemplate
|
| @@ -2,7 +2,7 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| -part of web_audio;
|
| +part of html;
|
|
|
| /// @domName $DOMNAME
|
| class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC {
|
|
|