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

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

Issue 26703006: Made index_db Cursor.next behavior consistent between JS and vm. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 2 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: tools/dom/scripts/systemhtml.py
diff --git a/tools/dom/scripts/systemhtml.py b/tools/dom/scripts/systemhtml.py
index 8c5aa831b0a8a2f8d47d661a9847ca5566508521..cb1cbe5b09dd3e86588ac2bed8fe9e078ac8673a 100644
--- a/tools/dom/scripts/systemhtml.py
+++ b/tools/dom/scripts/systemhtml.py
@@ -61,6 +61,7 @@ _js_custom_members = monitored.Set('systemhtml._js_custom_members', [
'ElementEvents.transitionEnd',
'DOMException.name',
'HTMLTableElement.createTBody',
+ 'IDBCursor.next',
'IDBDatabase.transaction',
'IDBDatabase.transactionList',
'IDBDatabase.transactionStore',
« no previous file with comments | « sdk/lib/indexed_db/dart2js/indexed_db_dart2js.dart ('k') | tools/dom/templates/html/impl/impl_IDBCursor.darttemplate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698