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

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

Issue 1255873002: MediaRecorder Blink part (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: esprehn@ comments Created 5 years, 4 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/WindowMediaStream.idl
diff --git a/Source/modules/mediastream/WindowMediaStream.idl b/Source/modules/mediastream/WindowMediaStream.idl
index fb06a6a22e1f2e25fbe52f6c3ad9b11a4b12cc61..c3607bd66c765bd21f866987eec334113c2fe7c0 100644
--- a/Source/modules/mediastream/WindowMediaStream.idl
+++ b/Source/modules/mediastream/WindowMediaStream.idl
@@ -6,6 +6,5 @@
ImplementedAs=DOMWindowMediaStream,
] partial interface Window {
attribute MediaStreamConstructor webkitMediaStream;
-
attribute RTCPeerConnectionConstructor webkitRTCPeerConnection;
};

Powered by Google App Engine
This is Rietveld 408576698