Index: tools/dom/templates/html/impl/impl_DeviceOrientationEvent.darttemplate |
diff --git a/tools/dom/templates/html/impl/impl_DeviceOrientationEvent.darttemplate b/tools/dom/templates/html/impl/impl_DeviceOrientationEvent.darttemplate |
index 821c56fed7f76dd2e39a01aa7a03596d359f7bfe..6f452c9fd2cb2f55a4b7668f0d4bbbf834815f87 100644 |
--- a/tools/dom/templates/html/impl/impl_DeviceOrientationEvent.darttemplate |
+++ b/tools/dom/templates/html/impl/impl_DeviceOrientationEvent.darttemplate |
@@ -5,7 +5,7 @@ |
// WARNING: Do not edit - generated code. |
part of $LIBRARYNAME; |
-$(ANNOTATIONS)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC { |
+$(ANNOTATIONS)$(NATIVESPEC)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$IMPLEMENTS { |
factory $CLASSNAME(String type, |
{bool canBubble: true, bool cancelable: true, num alpha: 0, num beta: 0, |
num gamma: 0, bool absolute: false}) { |