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

Unified Diff: client/dom/generated/src/wrapping/_WebSocketWrappingImplementation.dart

Issue 8574040: Support DOMString[] and regenerate from IDL (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix Window.postMessage Created 9 years, 1 month 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: client/dom/generated/src/wrapping/_WebSocketWrappingImplementation.dart
diff --git a/client/dom/generated/src/wrapping/_WebSocketWrappingImplementation.dart b/client/dom/generated/src/wrapping/_WebSocketWrappingImplementation.dart
index aa6d6bac7ab218c29cfd9020f40be873bec4b123..ee92ff54598238c0d6ad81834c00bf7bd00f7362 100644
--- a/client/dom/generated/src/wrapping/_WebSocketWrappingImplementation.dart
+++ b/client/dom/generated/src/wrapping/_WebSocketWrappingImplementation.dart
@@ -23,6 +23,9 @@ class _WebSocketWrappingImplementation extends DOMWrapperBase implements WebSock
int get bufferedAmount() { return _get__WebSocket_bufferedAmount(this); }
static int _get__WebSocket_bufferedAmount(var _this) native;
+ String get extensions() { return _get__WebSocket_extensions(this); }
+ static String _get__WebSocket_extensions(var _this) native;
+
EventListener get onclose() { return _get__WebSocket_onclose(this); }
static EventListener _get__WebSocket_onclose(var _this) native;

Powered by Google App Engine
This is Rietveld 408576698