| Index: sdk/lib/html/dart2js/html_dart2js.dart
|
| diff --git a/sdk/lib/html/dart2js/html_dart2js.dart b/sdk/lib/html/dart2js/html_dart2js.dart
|
| index 92003f000e6901131275da380c361aa7ea0eb7c2..85f50ee616c163fe7091f8967e1adbd1a93b43b0 100644
|
| --- a/sdk/lib/html/dart2js/html_dart2js.dart
|
| +++ b/sdk/lib/html/dart2js/html_dart2js.dart
|
| @@ -9546,7 +9546,7 @@ class Event native "Event" {
|
| factory Event(String type,
|
| {bool canBubble: true, bool cancelable: true}) {
|
| return new Event.eventType('Event', type, canBubble: canBubble,
|
| - cancelable: canBubble);
|
| + cancelable: cancelable);
|
| }
|
|
|
| /**
|
|
|