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

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

Issue 1029093003: [WIP] IDL: Add limited serializer support and use for RTCIceCandidate (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: use V8ObjectBuilder in modules/crypto 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
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};
};
« Source/bindings/core/v8/V8ObjectBuilder.cpp ('K') | « Source/modules/mediastream/RTCIceCandidate.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698