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

Unified Diff: Source/modules/presentation/PresentationSessionConnectEventInit.idl

Issue 1311003004: Presentation API: mark session required in PresentationSessionConnectEventInit. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 3 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
« no previous file with comments | « Source/modules/presentation/PresentationSessionConnectEvent.idl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/presentation/PresentationSessionConnectEventInit.idl
diff --git a/Source/modules/presentation/PresentationSessionConnectEventInit.idl b/Source/modules/presentation/PresentationSessionConnectEventInit.idl
index b0b115101c3b6aa795307033aa0a082e56e89135..6cb6dbec5296e3ac7affdbf9eaa84e797251211c 100644
--- a/Source/modules/presentation/PresentationSessionConnectEventInit.idl
+++ b/Source/modules/presentation/PresentationSessionConnectEventInit.idl
@@ -5,5 +5,5 @@
// https://w3c.github.io/presentation-api/#idl-def-presentationsessionconnecteventinit
dictionary PresentationSessionConnectEventInit : EventInit {
- PresentationSession session;
+ required PresentationSession session;
};
« no previous file with comments | « Source/modules/presentation/PresentationSessionConnectEvent.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698