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

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

Issue 85263002: Improve handling of dictionary conversions. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Have conversion methods take a context argument; elaborate error msgs further. Created 7 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: Source/modules/mediastream/MediaStreamEvent.idl
diff --git a/Source/modules/mediastream/MediaStreamEvent.idl b/Source/modules/mediastream/MediaStreamEvent.idl
index ee96157e20d0264ace92c948feb4bda73496c504..263c0abe7c39f5e205d8fc20a8e72f2018e6ca58 100644
--- a/Source/modules/mediastream/MediaStreamEvent.idl
+++ b/Source/modules/mediastream/MediaStreamEvent.idl
@@ -25,6 +25,6 @@
[
ConstructorTemplate=Event
] interface MediaStreamEvent : Event {
- [InitializedByEventConstructor] readonly attribute MediaStream stream;
+ [InitializedByEventConstructor] readonly attribute MediaStream? stream;
};
« Source/bindings/v8/Dictionary.h ('K') | « Source/modules/mediastream/MediaStreamEvent.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698