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

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

Issue 1209423005: Sync the Presentation API interfaces with the spec (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Drop speculative TODO Created 5 years, 5 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/DefaultSessionStartEventInit.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/presentation/DefaultSessionStartEvent.idl
diff --git a/Source/modules/presentation/DefaultSessionStartEvent.idl b/Source/modules/presentation/DefaultSessionStartEvent.idl
index b9bdbd5d36458b287c86b4d8581219136ca35cfd..39bbd29dd334304c919907501313cd6c415dfd5b 100644
--- a/Source/modules/presentation/DefaultSessionStartEvent.idl
+++ b/Source/modules/presentation/DefaultSessionStartEvent.idl
@@ -2,9 +2,11 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+// https://w3c.github.io/presentation-api/#interface-defaultsessionstartevent
+
[
Constructor(DOMString type, optional DefaultSessionStartEventInit eventInitDict),
RuntimeEnabled=Presentation
] interface DefaultSessionStartEvent : Event {
readonly attribute PresentationSession session;
-};
+};
« no previous file with comments | « no previous file | Source/modules/presentation/DefaultSessionStartEventInit.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698