Index: modules/mediastream/RTCIceCandidate.idl |
diff --git a/modules/mediastream/RTCIceCandidate.idl b/modules/mediastream/RTCIceCandidate.idl |
index b3e2801989dcf2cf2d2f46cafdddf8294d5ac02d..d6ce94d74c6c52bbb7e2261e3d9148c4088b9cd1 100644 |
--- a/modules/mediastream/RTCIceCandidate.idl |
+++ b/modules/mediastream/RTCIceCandidate.idl |
@@ -30,11 +30,12 @@ |
[ |
GarbageCollected, |
- Constructor(Dictionary dictionary), |
+ Constructor(RTCIceCandidateInit candidateInitDict), |
RaisesException=Constructor |
] interface RTCIceCandidate { |
[TreatNullAs=NullString] attribute DOMString candidate; |
[TreatNullAs=NullString] attribute DOMString sdpMid; |
attribute unsigned short sdpMLineIndex; |
+ serializer = {attribute}; |
}; |