| Index: Source/modules/mediastream/RTCIceCandidate.h
|
| diff --git a/Source/modules/mediastream/RTCIceCandidate.h b/Source/modules/mediastream/RTCIceCandidate.h
|
| index d673838d09a1ef04eaf51db21ced05d281cd2b70..99546806cef2a657bb72ecb29843e34aa4061a49 100644
|
| --- a/Source/modules/mediastream/RTCIceCandidate.h
|
| +++ b/Source/modules/mediastream/RTCIceCandidate.h
|
| @@ -39,6 +39,7 @@ namespace blink {
|
|
|
| class RTCIceCandidateInit;
|
| class ExceptionState;
|
| +class V8ObjectBuilder;
|
|
|
| class RTCIceCandidate final : public GarbageCollectedFinalized<RTCIceCandidate>, public ScriptWrappable {
|
| DEFINE_WRAPPERTYPEINFO();
|
| @@ -53,6 +54,8 @@ public:
|
| unsigned short sdpMLineIndex() const;
|
| void setSdpMLineIndex(unsigned short);
|
|
|
| + void toJSONForBinding(V8ObjectBuilder& result);
|
| +
|
| WebRTCICECandidate webCandidate() const;
|
|
|
| DEFINE_INLINE_TRACE() { }
|
|
|