| Index: tools/dom/src/WrappedEvent.dart
|
| diff --git a/tools/dom/src/WrappedEvent.dart b/tools/dom/src/WrappedEvent.dart
|
| index 92b13f97b97487a53dde21c2481e819b1025a0b8..b701cefa5613971ff78edc1b04d887d65c0456df 100644
|
| --- a/tools/dom/src/WrappedEvent.dart
|
| +++ b/tools/dom/src/WrappedEvent.dart
|
| @@ -34,7 +34,7 @@ class _WrappedEvent implements Event {
|
|
|
| String get type => wrapped.type;
|
|
|
| - void $dom_initEvent(String eventTypeArg, bool canBubbleArg,
|
| + void _initEvent(String eventTypeArg, bool canBubbleArg,
|
| bool cancelableArg) {
|
| throw new UnsupportedError(
|
| 'Cannot initialize this Event.');
|
|
|