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

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

Issue 142713007: Updating IDL files from Chrome roll. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 10 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
« no previous file with comments | « tools/dom/dom.json ('k') | tools/dom/templates/html/impl/impl_NodeIterator.darttemplate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/dom/scripts/generator.py
diff --git a/tools/dom/scripts/generator.py b/tools/dom/scripts/generator.py
index c6804a9a8796ae48974fa5d6883c023363ab34ff..58d77b48e1d6c8397afc42c1c76bd32000b264cc 100644
--- a/tools/dom/scripts/generator.py
+++ b/tools/dom/scripts/generator.py
@@ -595,15 +595,15 @@ dart2js_conversions = monitored.Dict('generator.dart2js_conversions', {
# all requests. Read requests like IDBDataStore.getObject need
# conversion, but other requests like opening a database return
# something that does not need conversion.
- 'IDBAny get IDBRequest.result':
+ '* get IDBRequest.result':
Conversion('_convertNativeToDart_IDBAny', 'dynamic', 'dynamic'),
# "source: On getting, returns the IDBObjectStore or IDBIndex that the
# cursor is iterating. ...". So we should not try to convert it.
- 'IDBAny get IDBCursor.source': None,
+ '* get IDBCursor.source': None,
# Should be either a DOMString, an Array of DOMStrings or null.
- 'IDBAny get IDBObjectStore.keyPath': None,
+ '* get IDBObjectStore.keyPath': None,
'* get XMLHttpRequest.response':
Conversion('_convertNativeToDart_XHR_Response',
« no previous file with comments | « tools/dom/dom.json ('k') | tools/dom/templates/html/impl/impl_NodeIterator.darttemplate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698