| 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 6f452c9fd2cb2f55a4b7668f0d4bbbf834815f87..821c56fed7f76dd2e39a01aa7a03596d359f7bfe 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)$(NATIVESPEC)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$IMPLEMENTS {
|
| +$(ANNOTATIONS)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC {
|
| factory $CLASSNAME(String type,
|
| {bool canBubble: true, bool cancelable: true, num alpha: 0, num beta: 0,
|
| num gamma: 0, bool absolute: false}) {
|
|
|