Chromium Code Reviews| Index: modules/mediastream/RTCIceCandidateEvent.idl |
| =================================================================== |
| --- modules/mediastream/RTCIceCandidateEvent.idl (revision 22811) |
| +++ modules/mediastream/RTCIceCandidateEvent.idl (working copy) |
| @@ -22,9 +22,7 @@ |
| * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| */ |
| -[ |
| - Conditional=MEDIA_STREAM, |
| -] interface RTCIceCandidateEvent : Event { |
| +interface RTCIceCandidateEvent : Event { |
| readonly attribute RTCIceCandidate candidate; |
| }; |