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