| 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 0c6dc428f33a3cbcd3a968882487a92a0d2e9cf8..e10c1b6a673643f2dac56a61ce5f9f0bba41f657 100644
|
| --- a/sdk/lib/html/dartium/html_dartium.dart
|
| +++ b/sdk/lib/html/dartium/html_dartium.dart
|
| @@ -42702,7 +42702,7 @@ class _MutationEvent extends Event {
|
| {bool canBubble: false, bool cancelable: false, Node relatedNode,
|
| String prevValue, String newValue, String attrName, int attrChange: 0}) {
|
|
|
| - MutationEvent event = document._createEvent('MutationEvent');
|
| + _MutationEvent event = document._createEvent('MutationEvent');
|
| event._initMutationEvent(type, canBubble, cancelable, relatedNode,
|
| prevValue, newValue, attrName, attrChange);
|
| return event;
|
|
|