Chromium Code Reviews| Index: Source/modules/mediastream/RTCIceCandidateEvent.idl |
| diff --git a/Source/modules/mediastream/RTCIceCandidateEvent.idl b/Source/modules/mediastream/RTCIceCandidateEvent.idl |
| index 2ff3c732cd72050a611f8c67dfa6e2ef130767d1..0cd3e432919827b4223c01a3135ad82f9d8f0f14 100644 |
| --- a/Source/modules/mediastream/RTCIceCandidateEvent.idl |
| +++ b/Source/modules/mediastream/RTCIceCandidateEvent.idl |
| @@ -23,7 +23,7 @@ |
| */ |
| [ |
| - NoInterfaceObject, |
| + NoInterfaceObject |
| ] interface RTCIceCandidateEvent : Event { |
| readonly attribute RTCIceCandidate candidate; |
| }; |