Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1159)

Unified Diff: Source/modules/mediastream/RTCSessionDescriptionInit.idl

Issue 831483004: IDL: Make enums have global visibility (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
« no previous file with comments | « Source/modules/indexeddb/IDBVersionChangeEventInit.idl ('k') | Source/modules/serviceworkers/WindowClient.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698