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

Unified Diff: Source/modules/mediastream/RTCSessionDescription.idl

Issue 1033983002: Add serializers to RTCIceCandidate and RTCSessionDescription (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@idl-serializer
Patch Set: fix global-interface-listing expectation Created 5 years, 9 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
« no previous file with comments | « Source/modules/mediastream/RTCSessionDescription.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/mediastream/RTCSessionDescription.idl
diff --git a/Source/modules/mediastream/RTCSessionDescription.idl b/Source/modules/mediastream/RTCSessionDescription.idl
index d597437201901babf0d69c82bc118f9e4140dc60..6c9f668933ed144f0c70d2ef7f6c1eba71281078 100644
--- a/Source/modules/mediastream/RTCSessionDescription.idl
+++ b/Source/modules/mediastream/RTCSessionDescription.idl
@@ -42,5 +42,6 @@ enum RTCSdpType {
] interface RTCSessionDescription {
attribute RTCSdpType? type;
attribute DOMString? sdp;
+ serializer = {attribute};
};
« no previous file with comments | « Source/modules/mediastream/RTCSessionDescription.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698