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

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

Issue 10540016: indexedDB work (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 6 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 855b6b13d9b73edc1160e11d6c9d1dc387004e9e..2d590934a1dff5215a73d57ce8d95605157f7516 100644
--- a/lib/dom/scripts/systemhtml.py
+++ b/lib/dom/scripts/systemhtml.py
@@ -259,6 +259,7 @@ _html_library_custom = set([
'IFrameElement.get:contentWindow',
'Window.get:document',
'Window.get:top',
+ 'IDBDatabase.transaction',
])
# Events without onEventName attributes in the IDL we want to support.

Powered by Google App Engine
This is Rietveld 408576698