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

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

Issue 9422008: Regenerate frog dom (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: merge Created 8 years, 10 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/History.dart ('k') | client/dom/generated/src/frog/SVGStyleElement.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/dom/generated/src/frog/PeerConnection.dart
diff --git a/client/dom/generated/src/frog/PeerConnection.dart b/client/dom/generated/src/frog/PeerConnection.dart
index ef560874f808efc3bb1882b166658937217189f7..5e243ac797702965e06852e76d70d40fa8c7b771 100644
--- a/client/dom/generated/src/frog/PeerConnection.dart
+++ b/client/dom/generated/src/frog/PeerConnection.dart
@@ -21,11 +21,13 @@ class _PeerConnectionJs extends _DOMTypeJs implements PeerConnection native "*Pe
EventListener onremovestream;
+ EventListener onstatechange;
+
final int readyState;
final _MediaStreamListJs remoteStreams;
- void addEventListener(String type, EventListener listener, bool useCapture) native;
+ void addEventListener(String type, EventListener listener, [bool useCapture = null]) native;
void addStream(_MediaStreamJs stream) native;
@@ -35,7 +37,7 @@ class _PeerConnectionJs extends _DOMTypeJs implements PeerConnection native "*Pe
void processSignalingMessage(String message) native;
- void removeEventListener(String type, EventListener listener, bool useCapture) native;
+ void removeEventListener(String type, EventListener listener, [bool useCapture = null]) native;
void removeStream(_MediaStreamJs stream) native;
« no previous file with comments | « client/dom/generated/src/frog/History.dart ('k') | client/dom/generated/src/frog/SVGStyleElement.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698