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

Unified Diff: Source/modules/presentation/PresentationSessionConnectEvent.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 | « no previous file | Source/modules/presentation/PresentationSessionConnectEventInit.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/presentation/PresentationSessionConnectEvent.idl
diff --git a/Source/modules/presentation/PresentationSessionConnectEvent.idl b/Source/modules/presentation/PresentationSessionConnectEvent.idl
index 183290dc8742ecab725350c223b83fefd41a9057..ee8c17466b0dda18bfdd8b1e90db0411670a1ed1 100644
--- a/Source/modules/presentation/PresentationSessionConnectEvent.idl
+++ b/Source/modules/presentation/PresentationSessionConnectEvent.idl
@@ -5,7 +5,7 @@
// https://w3c.github.io/presentation-api/#interface-presentationsessionconnectevent
[
- Constructor(DOMString type, optional PresentationSessionConnectEventInit eventInitDict),
+ Constructor(DOMString type, PresentationSessionConnectEventInit eventInitDict),
RuntimeEnabled=Presentation
] interface PresentationSessionConnectEvent : Event {
[SameObject] readonly attribute PresentationSession session;
« no previous file with comments | « no previous file | Source/modules/presentation/PresentationSessionConnectEventInit.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698