| Index: Source/modules/mediastream/RTCIceCandidate.h
|
| diff --git a/Source/modules/mediastream/RTCIceCandidate.h b/Source/modules/mediastream/RTCIceCandidate.h
|
| index 448449661213c582ac3371e4a202e57b062f1d1a..0cfd733a2ccb21f29e36906be0ab5fae83661816 100644
|
| --- a/Source/modules/mediastream/RTCIceCandidate.h
|
| +++ b/Source/modules/mediastream/RTCIceCandidate.h
|
| @@ -41,6 +41,7 @@ class Dictionary;
|
| class ExceptionState;
|
|
|
| class RTCIceCandidate FINAL : public GarbageCollectedFinalized<RTCIceCandidate>, public ScriptWrappable {
|
| + DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| static RTCIceCandidate* create(const Dictionary&, ExceptionState&);
|
| static RTCIceCandidate* create(WebRTCICECandidate);
|
|
|