Index: modules/presentation/NavigatorPresentation.idl |
diff --git a/modules/presentation/NavigatorPresentation.idl b/modules/presentation/NavigatorPresentation.idl |
index 4cf7e1e3de71c4d96955ed98163dc25c1b05eb33..2056380cc2a45d00d19bf623f2da198e97e0b263 100644 |
--- a/modules/presentation/NavigatorPresentation.idl |
+++ b/modules/presentation/NavigatorPresentation.idl |
@@ -2,10 +2,10 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-// http://webscreens.github.io/presentation-api/#presentation-extension-to-navigator |
+// https://w3c.github.io/presentation-api/#interface-navigatorpresentation |
[ |
RuntimeEnabled=Presentation |
] partial interface Navigator { |
- readonly attribute Presentation presentation; |
+ [SameObject] readonly attribute Presentation presentation; |
}; |