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

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 cd73653d5daa27206d030a1ee7a6719281742081..9828b8257caa97c696a1f575eb1f6ec0653d335c 100644
--- a/lib/dom/scripts/systemhtml.py
+++ b/lib/dom/scripts/systemhtml.py
@@ -12,12 +12,12 @@ from systemfrog import *
from systeminterface import *
_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