| Index: sdk/lib/html/dartium/html_dartium.dart
|
| diff --git a/sdk/lib/html/dartium/html_dartium.dart b/sdk/lib/html/dartium/html_dartium.dart
|
| index f741232970a66fc10f1f81b9ebe5d4933e6671b1..eb6897e81b604fae5ac4edf117da3850ff9ca6ec 100644
|
| --- a/sdk/lib/html/dartium/html_dartium.dart
|
| +++ b/sdk/lib/html/dartium/html_dartium.dart
|
| @@ -10004,7 +10004,7 @@ class Event extends NativeFieldWrapperClass1 {
|
| factory Event(String type,
|
| {bool canBubble: true, bool cancelable: true}) {
|
| return new Event.eventType('Event', type, canBubble: canBubble,
|
| - cancelable: canBubble);
|
| + cancelable: cancelable);
|
| }
|
|
|
| /**
|
|
|