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

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

Issue 8969013: Fix generator to be consistent with http://code.google.com/p/dart/source/detail?r=2505 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 9 years 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/generated/src/frog/Uint8Array.dart ('k') | no next file » | 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 099a0ca1771bef961638eddddcf3777c499c752c..3da45417ed2314757d9cd4296ebbf2c116b7703f 100755
--- a/client/dom/scripts/dartgenerator.py
+++ b/client/dom/scripts/dartgenerator.py
@@ -128,17 +128,8 @@ _frog_dom_custom_native_specs = {
# DOMWindow aliased with global scope.
'DOMWindow': '@*DOMWindow',
- # Temporary hack: make these not be 'hidden', so that static methods can be
- # put on them. Frog should be fixed to generate working code for static
- # methods on hidden classes. Meantime, programs will not work on IE9.
- 'Float32Array': 'Float32Array',
- 'Float64Array': 'Float64Array',
- 'Int8Array': 'Int8Array',
- 'Int16Array': 'Int16Array',
- 'Int32Array': 'Int32Array',
- 'Uint8Array': 'Uint8Array',
- 'Uint16Array': 'Uint16Array',
- 'Uint32Array': 'Uint32Array',
+ # Temporary hack: make these be 'hidden'.
+ 'SVGPathSeg': '*SVGPathSeg',
}
#
« no previous file with comments | « client/dom/generated/src/frog/Uint8Array.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698