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

Unified Diff: client/dom/generated/src/interface/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
Index: client/dom/generated/src/interface/PeerConnection.dart
diff --git a/client/dom/generated/src/interface/PeerConnection.dart b/client/dom/generated/src/interface/PeerConnection.dart
index 1a26e0d06bdb5d38b80698db7d64c562540ef228..c9bbed8042189fd00dca0149142040c6dcc4abdc 100644
--- a/client/dom/generated/src/interface/PeerConnection.dart
+++ b/client/dom/generated/src/interface/PeerConnection.dart
@@ -26,11 +26,13 @@ interface PeerConnection {
EventListener onremovestream;
+ EventListener onstatechange;
+
final int readyState;
final MediaStreamList remoteStreams;
- void addEventListener(String type, EventListener listener, bool useCapture);
+ void addEventListener(String type, EventListener listener, [bool useCapture]);
void addStream(MediaStream stream);
@@ -40,7 +42,7 @@ interface PeerConnection {
void processSignalingMessage(String message);
- void removeEventListener(String type, EventListener listener, bool useCapture);
+ void removeEventListener(String type, EventListener listener, [bool useCapture]);
void removeStream(MediaStream stream);
« no previous file with comments | « client/dom/generated/src/interface/History.dart ('k') | client/dom/generated/src/interface/SVGStyleElement.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698