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

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

Issue 10310118: Now mode argument is correctly marked as optional in IDL itself. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 7 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/dom/scripts/fremontcutbuilder.py
diff --git a/lib/dom/scripts/fremontcutbuilder.py b/lib/dom/scripts/fremontcutbuilder.py
index 1fe51816dec2c20a185aba8244ea77b4ae16f3ed..07ae5b735b0a64b96267fded8440380b452395b0 100755
--- a/lib/dom/scripts/fremontcutbuilder.py
+++ b/lib/dom/scripts/fremontcutbuilder.py
@@ -131,7 +131,6 @@ def build_database(idl_files, database_dir, feature_defines = None):
optional_argument_whitelist = [
('CSSStyleDeclaration', 'setProperty', 'priority'),
- ('IDBDatabase', 'transaction', 'mode'),
]
# Import WebKit IDLs.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698