Index: Source/modules/presentation/AvailableChangeEventInit.idl |
diff --git a/Source/core/events/RelatedEventInit.idl b/Source/modules/presentation/AvailableChangeEventInit.idl |
similarity index 55% |
copy from Source/core/events/RelatedEventInit.idl |
copy to Source/modules/presentation/AvailableChangeEventInit.idl |
index 17d65f942e717d38760b97327afef847712e7136..7fb30a8bbff8fa938cbd1208a30c0f639bf46f1b 100644 |
--- a/Source/core/events/RelatedEventInit.idl |
+++ b/Source/modules/presentation/AvailableChangeEventInit.idl |
@@ -2,8 +2,8 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-// https://html.spec.whatwg.org/#relatedevent |
+// http://w3c.github.io/presentation-api/#availablechangeevent |
-dictionary RelatedEventInit : EventInit { |
- EventTarget? relatedTarget; |
-}; |
+dictionary AvailableChangeEventInit : EventInit { |
+ boolean available; |
Peter Beverloo
2015/01/07 14:29:08
nit: indent. Also include the default value here,
whywhat
2015/01/07 16:22:16
Done.
|
+}; |