| 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 9a064feef9b0d5158235351cf87e827ac65a96dd..e61395958f2b1eec3ad2dd21d1ef0627478ddb88 100644
|
| --- a/tools/dom/templates/html/impl/impl_DeviceOrientationEvent.darttemplate
|
| +++ b/tools/dom/templates/html/impl/impl_DeviceOrientationEvent.darttemplate
|
| @@ -5,7 +5,8 @@
|
| // WARNING: Do not edit - generated code.
|
|
|
| part of $LIBRARYNAME;
|
| -$(ANNOTATIONS)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC {
|
| +$ANNOTATIONS
|
| +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}) {
|
|
|