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

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

Issue 10381128: Roll IDL to multivm@516 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 7 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/SessionDescription.idl
diff --git a/third_party/WebCore/Modules/mediastream/SessionDescription.idl b/third_party/WebCore/Modules/mediastream/SessionDescription.idl
index 35775be4b24815a9ac709a33059eb25309ebc560..d4afedad9f7c760752d443bc7484b75558406005 100644
--- a/third_party/WebCore/Modules/mediastream/SessionDescription.idl
+++ b/third_party/WebCore/Modules/mediastream/SessionDescription.idl
@@ -34,7 +34,8 @@ module p2p {
Conditional=MEDIA_STREAM,
Constructor(in DOMString sdp)
] SessionDescription {
- void addCandidate(in IceCandidate candidate);
+ [StrictTypeChecking] void addCandidate(in IceCandidate candidate)
+ raises(DOMException);
DOMString toSdp();
};
« no previous file with comments | « third_party/WebCore/Modules/mediastream/PeerConnection00.idl ('k') | third_party/WebCore/Modules/webaudio/Oscillator.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698