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

Unified Diff: Source/modules/presentation/PresentationAvailability.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 | « Source/modules/presentation/Presentation.idl ('k') | Source/modules/presentation/PresentationSession.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/presentation/PresentationAvailability.idl
diff --git a/Source/modules/presentation/PresentationAvailability.idl b/Source/modules/presentation/PresentationAvailability.idl
index 64a323e89d1293eb0d6b16efe1179473368150c5..4afd903232fe545d4d0aa33e62c05c60d691b8bd 100644
--- a/Source/modules/presentation/PresentationAvailability.idl
+++ b/Source/modules/presentation/PresentationAvailability.idl
@@ -2,7 +2,7 @@
// 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-availability
+// https://w3c.github.io/presentation-api/#interface-presentationavailability
[
ActiveDOMObject,
@@ -10,6 +10,5 @@
RuntimeEnabled=Presentation,
] interface PresentationAvailability : EventTarget {
readonly attribute boolean value;
-
attribute EventHandler onchange;
};
« no previous file with comments | « Source/modules/presentation/Presentation.idl ('k') | Source/modules/presentation/PresentationSession.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698