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

Unified Diff: third_party/WebCore/Modules/mediastream/RTCIceCandidateEvent.idl

Issue 10911186: Roll WebKit IDL to multivm@858 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 3 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: third_party/WebCore/Modules/mediastream/RTCIceCandidateEvent.idl
diff --git a/third_party/WebCore/Modules/mediastream/MediaStreamTrackEvent.idl b/third_party/WebCore/Modules/mediastream/RTCIceCandidateEvent.idl
similarity index 94%
copy from third_party/WebCore/Modules/mediastream/MediaStreamTrackEvent.idl
copy to third_party/WebCore/Modules/mediastream/RTCIceCandidateEvent.idl
index 320c6030eb3176267d4b5c39e74599b685e09cb0..c1047e011b921b7dc309d7481a52905b9b2a0f0a 100644
--- a/third_party/WebCore/Modules/mediastream/MediaStreamTrackEvent.idl
+++ b/third_party/WebCore/Modules/mediastream/RTCIceCandidateEvent.idl
@@ -26,8 +26,8 @@ module events {
interface [
Conditional=MEDIA_STREAM,
- ] MediaStreamTrackEvent : Event {
- readonly attribute MediaStreamTrack track;
+ ] RTCIceCandidateEvent : Event {
+ readonly attribute RTCIceCandidate candidate;
};
}

Powered by Google App Engine
This is Rietveld 408576698