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

Unified Diff: client/dom/generated/src/frog/WebSocket.dart

Issue 9264057: Refresh dart:dom libraries from WebKit (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: CR changes Created 8 years, 11 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/generated/src/frog/WebKitCSSRegionRule.dart ('k') | client/dom/generated/src/frog/Worker.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/dom/generated/src/frog/WebSocket.dart
diff --git a/client/dom/generated/src/frog/WebSocket.dart b/client/dom/generated/src/frog/WebSocket.dart
index 201eb8c883733771d53021fc47acf8231bdb7875..42e1739781370eb741cd32c1f4155ad49b9be2b2 100644
--- a/client/dom/generated/src/frog/WebSocket.dart
+++ b/client/dom/generated/src/frog/WebSocket.dart
@@ -25,6 +25,8 @@ class WebSocketJs extends DOMTypeJs implements WebSocket native "*WebSocket" {
int get readyState() native "return this.readyState;";
+ String get url() native "return this.url;";
+
void addEventListener(String type, EventListener listener, [bool useCapture = null]) native;
void close([int code = null, String reason = null]) native;
« no previous file with comments | « client/dom/generated/src/frog/WebKitCSSRegionRule.dart ('k') | client/dom/generated/src/frog/Worker.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698