| Index: Source/modules/mediastream/RTCSessionDescriptionInit.idl
|
| diff --git a/Source/modules/mediastream/RTCSessionDescriptionInit.idl b/Source/modules/mediastream/RTCSessionDescriptionInit.idl
|
| index a1dfe6e426f976fdb14aeeea4ec3272be9d185d3..ed958e7864f09ea82cae778620300da87e7f47c1 100644
|
| --- a/Source/modules/mediastream/RTCSessionDescriptionInit.idl
|
| +++ b/Source/modules/mediastream/RTCSessionDescriptionInit.idl
|
| @@ -4,13 +4,6 @@
|
|
|
| // http://www.w3.org/TR/webrtc/#idl-def-RTCSessionDescription
|
|
|
| -// FIXME: de-duplicate this when crbug.com/390758 is fixed.
|
| -enum RTCSdpType {
|
| - "offer",
|
| - "pranswer",
|
| - "answer"
|
| -};
|
| -
|
| dictionary RTCSessionDescriptionInit {
|
| RTCSdpType type;
|
| DOMString sdp;
|
|
|