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

Unified Diff: third_party/WebKit/Source/modules/mediarecorder/MediaRecorder.idl

Issue 1466563003: Make [TypeChecking=Interface] the default (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 1 month 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: third_party/WebKit/Source/modules/mediarecorder/MediaRecorder.idl
diff --git a/third_party/WebKit/Source/modules/mediarecorder/MediaRecorder.idl b/third_party/WebKit/Source/modules/mediarecorder/MediaRecorder.idl
index 92004b4065f048ecde3e227c10c0c1734d24b44b..061baacd5370a13558947f8a888bd71b059cfa9e 100644
--- a/third_party/WebKit/Source/modules/mediarecorder/MediaRecorder.idl
+++ b/third_party/WebKit/Source/modules/mediarecorder/MediaRecorder.idl
@@ -14,7 +14,8 @@ enum RecordingStateEnum { "inactive", "recording", "paused" };
Constructor(MediaStream stream, [TreatUndefinedAs=Missing] optional DOMString mimeType),
ConstructorCallWith=ExecutionContext,
RaisesException=Constructor,
- RuntimeEnabled=MediaRecorder
+ RuntimeEnabled=MediaRecorder,
+ LegacyInterfaceTypeChecking,
] interface MediaRecorder : EventTarget {
readonly attribute MediaStream stream;
readonly attribute DOMString mimeType;

Powered by Google App Engine
This is Rietveld 408576698