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

Unified Diff: client/dom/scripts/fremontcutbuilder.py

Issue 9495014: Support Dart optional arguments which are not dispatched, but instead use default values. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Rename Created 8 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 | « client/dom/scripts/databasebuilder.py ('k') | client/dom/scripts/systemnative.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/dom/scripts/fremontcutbuilder.py
diff --git a/client/dom/scripts/fremontcutbuilder.py b/client/dom/scripts/fremontcutbuilder.py
index c79ac3f788d47fb4740557a674ec818022ca737e..c43d2ed8c2e9eaeb6cda214991bfcadc2bfe87d4 100755
--- a/client/dom/scripts/fremontcutbuilder.py
+++ b/client/dom/scripts/fremontcutbuilder.py
@@ -141,7 +141,7 @@ def main():
optional_argument_whitelist = [
('CSSStyleDeclaration', 'setProperty', 'priority'),
- # TODO(sra): Issue 1812 ('IDBDatabase', 'transaction', 'mode'),
+ ('IDBDatabase', 'transaction', 'mode'),
]
for dir_name in webkit_dirs:
« no previous file with comments | « client/dom/scripts/databasebuilder.py ('k') | client/dom/scripts/systemnative.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698