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

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

Issue 8344019: Remove createXMLHttpRequest and other 'factory' constructors. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 9 years, 2 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/idl/dart/dart.idl ('k') | client/dom/scripts/template_wrapping_dom.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/dom/scripts/dartgenerator.py
diff --git a/client/dom/scripts/dartgenerator.py b/client/dom/scripts/dartgenerator.py
index 2a3e08ff88e6466aa9c7875c0da0f6caaa556c74..72e37f4efe921a9439d2e776cbc64eaf03935037 100755
--- a/client/dom/scripts/dartgenerator.py
+++ b/client/dom/scripts/dartgenerator.py
@@ -65,10 +65,6 @@ _evasive_types = set(['CanvasPixelArray',
# Custom methods that must be implemented by hand.
#
_custom_methods = set([
- ('DOMWindow', 'createFileReader'),
- ('DOMWindow', 'createWebKitCSSMatrix'),
- ('DOMWindow', 'createWebKitPoint'),
- ('DOMWindow', 'createXMLHttpRequest'),
('DOMWindow', 'setInterval'),
('DOMWindow', 'setTimeout'),
('WorkerContext', 'setInterval'),
« no previous file with comments | « client/dom/idl/dart/dart.idl ('k') | client/dom/scripts/template_wrapping_dom.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698