Index: Source/modules/mediastream/RTCIceCandidate.idl |
diff --git a/Source/modules/mediastream/RTCIceCandidate.idl b/Source/modules/mediastream/RTCIceCandidate.idl |
index f42c1f94a978df0a91d367f923beef57164b5e8f..d6ce94d74c6c52bbb7e2261e3d9148c4088b9cd1 100644 |
--- a/Source/modules/mediastream/RTCIceCandidate.idl |
+++ b/Source/modules/mediastream/RTCIceCandidate.idl |
@@ -36,5 +36,6 @@ |
[TreatNullAs=NullString] attribute DOMString candidate; |
[TreatNullAs=NullString] attribute DOMString sdpMid; |
attribute unsigned short sdpMLineIndex; |
+ serializer = {attribute}; |
}; |