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

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

Issue 12929005: dart:typeddata for dart2js (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Revert status change Created 7 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
Index: tools/dom/scripts/systemhtml.py
diff --git a/tools/dom/scripts/systemhtml.py b/tools/dom/scripts/systemhtml.py
index 0f2de534723b14da1610e2e5f90d3b7a71120bac..97584a10289c5ea173b1b338003ae44ba9205d98 100644
--- a/tools/dom/scripts/systemhtml.py
+++ b/tools/dom/scripts/systemhtml.py
@@ -260,6 +260,7 @@ _element_constructors = {
'html': _html_element_constructors,
'indexed_db': {},
'svg': _svg_element_constructors,
+ 'typeddata': {},
'web_audio': {},
'web_sql': {},
}
@@ -277,6 +278,10 @@ _factory_ctr_strings = {
'provider_name': '_SvgElementFactoryProvider',
'constructor_name': 'createSvgElement_tag',
},
+ 'typeddata': {
+ 'provider_name': 'document',
Anton Muhin 2013/03/19 12:31:24 why?
+ 'constructor_name': '$dom_createElement'
+ },
'web_audio': {
'provider_name': 'document',
'constructor_name': '$dom_createElement'

Powered by Google App Engine
This is Rietveld 408576698