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

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

Issue 1226633007: Sync the Presentation API interfaces with the spec again (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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/NavigatorPresentation.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 39bbd29dd334304c919907501313cd6c415dfd5b..70bdf7ea2d83f04dbf3ad4ce00c2bea212d0a24b 100644
--- a/Source/modules/presentation/DefaultSessionStartEvent.idl
+++ b/Source/modules/presentation/DefaultSessionStartEvent.idl
@@ -8,5 +8,5 @@
Constructor(DOMString type, optional DefaultSessionStartEventInit eventInitDict),
RuntimeEnabled=Presentation
] interface DefaultSessionStartEvent : Event {
- readonly attribute PresentationSession session;
+ [SameObject] readonly attribute PresentationSession session;
};
« no previous file with comments | « no previous file | Source/modules/presentation/NavigatorPresentation.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698