Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(565)

Unified Diff: lib/dom/scripts/systemhtml.py

Issue 10696209: MutationObserver (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698