| Index: tools/dom/templates/html/dartium/impl_Window.darttemplate
|
| diff --git a/tools/dom/templates/html/dartium/impl_Window.darttemplate b/tools/dom/templates/html/dartium/impl_Window.darttemplate
|
| index 254d47270ca9261f829f4354259f5ccee4847ca2..3c4125be47870352342ec1eb8149a12fec37206f 100644
|
| --- a/tools/dom/templates/html/dartium/impl_Window.darttemplate
|
| +++ b/tools/dom/templates/html/dartium/impl_Window.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 $LIBRARYNAME;
|
|
|
| $(ANNOTATIONS)class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC {
|
|
|
|
|