Chromium Code Reviews| 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 e624fbd098b4187a9f0811dd8b9dc534362820a0..0b872b40af22538886cb8e346876c3894f6b7904 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 html; |
| +part of web_audio; |
| /// @domName $DOMNAME |
| class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC { |