| Index: client/html/src/DeviceOrientationEvent.dart
|
| diff --git a/client/html/src/DeviceOrientationEvent.dart b/client/html/src/DeviceOrientationEvent.dart
|
| index 8fc3e6dcf02f47c4f5726b68e8119031f7ad4ec3..3447be42b7e0f39ba7bad555942d35faa8201695 100644
|
| --- a/client/html/src/DeviceOrientationEvent.dart
|
| +++ b/client/html/src/DeviceOrientationEvent.dart
|
| @@ -2,7 +2,7 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| -interface DeviceOrientationEvent extends Event factory DeviceOrientationEventWrappingImplementation {
|
| +interface DeviceOrientationEvent extends Event default DeviceOrientationEventWrappingImplementation {
|
|
|
| DeviceOrientationEvent(String type, double alpha, double beta, double gamma,
|
| [bool canBubble, bool cancelable]);
|
|
|