Chromium Code Reviews| Index: Source/modules/mediastream/RTCIceCandidateEvent.idl |
| diff --git a/Source/modules/mediastream/RTCIceCandidateEvent.idl b/Source/modules/mediastream/RTCIceCandidateEvent.idl |
| index 331d3b36465d3b8b80e69dbec0958980edd96288..3fa06379dfde6cab05a8667b0a1a89ceab56997f 100644 |
| --- a/Source/modules/mediastream/RTCIceCandidateEvent.idl |
| +++ b/Source/modules/mediastream/RTCIceCandidateEvent.idl |
| @@ -23,6 +23,7 @@ |
| */ |
| [ |
| + NoInterfaceObject, |
| Conditional=MEDIA_STREAM, |
| ] interface RTCIceCandidateEvent : Event { |
| readonly attribute RTCIceCandidate candidate; |