| 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 6eb575e1b69ff5c68c857a21e312e7d542b1f324..381e58ba007d2c6060c972c30788ab237e5be771 100644
|
| --- a/tools/dom/templates/html/dartium/impl_Window.darttemplate
|
| +++ b/tools/dom/templates/html/dartium/impl_Window.darttemplate
|
| @@ -3,8 +3,8 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| part of html;
|
| -$ANNOTATIONS
|
| -class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC {
|
| +
|
| +$(ANNOTATIONS)class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC {
|
|
|
| /**
|
| * Executes a [callback] after the next batch of browser layout measurements
|
|
|