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

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

Issue 8879037: Added WebSocket support for dartc and frog (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/wrapping_dom.js ('k') | client/dom/scripts/template_interface_WebSocket.darttemplate » ('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 4ed007f0c70962b91e2312855089d83d8d3f5788..86e1ccec092ef9559a2e12a70e2d3a4a6696ae42 100755
--- a/client/dom/scripts/dartgenerator.py
+++ b/client/dom/scripts/dartgenerator.py
@@ -76,6 +76,7 @@ _constructable_types = {
'XMLHttpRequest': '',
'WebKitCSSMatrix': '[String spec]',
'WebKitPoint': 'num x, num y',
+ 'WebSocket': 'String url',
# dart:html types
'CSSMatrix': '[String spec]',
'Point': 'num x, num y',
« no previous file with comments | « client/dom/generated/wrapping_dom.js ('k') | client/dom/scripts/template_interface_WebSocket.darttemplate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698