| 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();
|
| };
|
|
|