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

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

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.h
diff --git a/Source/modules/mediastream/MediaStreamEvent.h b/Source/modules/mediastream/MediaStreamEvent.h
index 838b2bb0bc9063ecb9603a8c9e9a3a68b31eff8d..820f3ff33f87b929d5d3a0cdb70f8b1677dcf221 100644
--- a/Source/modules/mediastream/MediaStreamEvent.h
+++ b/Source/modules/mediastream/MediaStreamEvent.h
@@ -46,6 +46,7 @@ public:
static PassRefPtr<MediaStreamEvent> create(const AtomicString& type, const MediaStreamEventInit& initializer);
MediaStream* stream() const;
+ MediaStream* stream(bool&) const;
virtual const AtomicString& interfaceName() const;

Powered by Google App Engine
This is Rietveld 408576698