| Index: lib/dom/scripts/systemhtml.py
|
| diff --git a/lib/dom/scripts/systemhtml.py b/lib/dom/scripts/systemhtml.py
|
| index ff6f4bab07613c919d28048ef5df9f1e3dc22097..4a93be007b64cc531403c4daa57e906a1dc3de36 100644
|
| --- a/lib/dom/scripts/systemhtml.py
|
| +++ b/lib/dom/scripts/systemhtml.py
|
| @@ -22,6 +22,7 @@ _html_strip_webkit_prefix_classes = [
|
| 'CSSTransformValue',
|
| 'Flags',
|
| 'LoseContext',
|
| + 'MutationObserver',
|
| 'Point',
|
| 'TransitionEvent']
|
|
|
| @@ -272,12 +273,12 @@ _html_library_remove = set([
|
| ])
|
|
|
| _js_custom_members = set([
|
| + 'IDBDatabase.transaction',
|
| 'IFrameElement.contentWindow',
|
| 'Window.document',
|
| 'Window.top',
|
| 'Window.location',
|
| 'Window.open',
|
| - 'IDBDatabase.transaction',
|
| ])
|
|
|
| # This map controls merging of interfaces in dart:html library.
|
|
|