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

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

Issue 16494002: Expand overloaded methods and optional parameters in the html library. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 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: tools/dom/scripts/generator.py
diff --git a/tools/dom/scripts/generator.py b/tools/dom/scripts/generator.py
index da2a88fc9b7c3a918616151c63948e9093f24bf1..eb6857448c497d6390df88ae64129f3fa6136522 100644
--- a/tools/dom/scripts/generator.py
+++ b/tools/dom/scripts/generator.py
@@ -11,8 +11,7 @@ import json
import monitored
import os
import re
-from htmlrenamer import html_interface_renames, renamed_html_members, \
- typed_array_renames
+from htmlrenamer import html_interface_renames, typed_array_renames
_pure_interfaces = monitored.Set('generator._pure_interfaces', [
# TODO(sra): DOMStringMap should be a class implementing Map<String,String>.
@@ -61,6 +60,7 @@ _methods_with_named_formals = monitored.Set(
'Entry.copyTo',
'Entry.moveTo',
'HTMLInputElement.setRangeText',
+ 'HTMLTextAreaElement.setRangeText',
'XMLHttpRequest.open',
])

Powered by Google App Engine
This is Rietveld 408576698