| Index: Source/modules/presentation/DefaultSessionStartEventInit.idl
|
| diff --git a/Source/modules/presentation/DefaultSessionStartEventInit.idl b/Source/modules/presentation/DefaultSessionStartEventInit.idl
|
| index 231da6794037979aa98e411aa0ff0cbdd85fbd01..90f9db3c2d65baab601c5960c686cf4201208089 100644
|
| --- a/Source/modules/presentation/DefaultSessionStartEventInit.idl
|
| +++ b/Source/modules/presentation/DefaultSessionStartEventInit.idl
|
| @@ -2,6 +2,8 @@
|
| // 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
|
| +
|
| dictionary DefaultSessionStartEventInit : EventInit {
|
| PresentationSession session;
|
| -};
|
| +};
|
|
|