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

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

Issue 9623003: Rename DOMWindow to Window in Dartium bindings. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 9 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 | client/dom/scripts/generator.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/dom/scripts/dartdomgenerator.py
diff --git a/client/dom/scripts/dartdomgenerator.py b/client/dom/scripts/dartdomgenerator.py
index a1f6158419ab383197dffb1a4ab9a80e6ed13d20..0901356646b8dc9faeb01bfcfee501dbc5950772 100755
--- a/client/dom/scripts/dartdomgenerator.py
+++ b/client/dom/scripts/dartdomgenerator.py
@@ -25,7 +25,6 @@ _webkit_renames = {
'FormData': 'DOMFormData',
'Selection': 'DOMSelection',
'SharedWorkerGlobalScope': 'SharedWorkerContext',
- 'Window': 'DOMWindow',
'WorkerGlobalScope': 'WorkerContext'}
_html_strip_webkit_prefix_classes = [
« no previous file with comments | « no previous file | client/dom/scripts/generator.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698