Index: tools/dom/templates/html/impl/impl_WebGLRenderingContext.darttemplate |
diff --git a/tools/dom/templates/html/impl/impl_WebGLRenderingContext.darttemplate b/tools/dom/templates/html/impl/impl_WebGLRenderingContext.darttemplate |
index bec16f9aa7e7b604c9bd267c5ec7c9e8e21d5dad..8478e75b088ac406e8d2a30a5c08410ffdea9ec7 100644 |
--- a/tools/dom/templates/html/impl/impl_WebGLRenderingContext.darttemplate |
+++ b/tools/dom/templates/html/impl/impl_WebGLRenderingContext.darttemplate |
@@ -4,7 +4,7 @@ |
part of $LIBRARYNAME; |
-$(ANNOTATIONS)class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC { |
+$(ANNOTATIONS)$(NATIVESPEC)class $CLASSNAME$EXTENDS$IMPLEMENTS { |
$!MEMBERS |
/** |