| Index: tools/dom/src/dart2js_WrappedEvent.dart
|
| diff --git a/tools/dom/src/dart2js_WrappedEvent.dart b/tools/dom/src/dart2js_WrappedEvent.dart
|
| index 8508b3ee17de9387d91b96d063c3658f6baecae5..b0f72f0e4e7730056b2c26de098c1936233ab405 100644
|
| --- a/tools/dom/src/dart2js_WrappedEvent.dart
|
| +++ b/tools/dom/src/dart2js_WrappedEvent.dart
|
| @@ -31,10 +31,8 @@ class _WrappedEvent implements Event {
|
|
|
| String get type => wrapped.type;
|
|
|
| - void _initEvent(String eventTypeArg, bool canBubbleArg,
|
| - bool cancelableArg) {
|
| - throw new UnsupportedError(
|
| - 'Cannot initialize this Event.');
|
| + void _initEvent(String eventTypeArg, bool canBubbleArg, bool cancelableArg) {
|
| + throw new UnsupportedError('Cannot initialize this Event.');
|
| }
|
|
|
| void preventDefault() {
|
|
|