Index: tools/dom/templates/html/impl/impl_ClientRect.darttemplate |
diff --git a/tools/dom/templates/html/impl/impl_ClientRect.darttemplate b/tools/dom/templates/html/impl/impl_ClientRect.darttemplate |
index 0c31179cb95889215f200456308f56d5da5d5285..22f115e3d1d6296892752a57e7033f0b3137baff 100644 |
--- a/tools/dom/templates/html/impl/impl_ClientRect.darttemplate |
+++ b/tools/dom/templates/html/impl/impl_ClientRect.darttemplate |
@@ -5,7 +5,7 @@ |
part of $LIBRARYNAME; |
@DocsEditable() |
-$(ANNOTATIONS)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS implements Rectangle$IMPLEMENTS$NATIVESPEC { |
+$(ANNOTATIONS)$(NATIVESPEC)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS implements Rectangle$IMPLEMENTS { |
// NOTE! All code below should be common with RectangleBase. |
String toString() { |