| Index: third_party/WebKit/Source/modules/presentation/PresentationReceiver.idl
|
| diff --git a/third_party/WebKit/Source/modules/presentation/PresentationReceiver.idl b/third_party/WebKit/Source/modules/presentation/PresentationReceiver.idl
|
| index 32226f7e734a4c499d5a63d3a25db6ddc63ad197..28cb2e7addd27373104fe35e64998d16e3b6b7b4 100644
|
| --- a/third_party/WebKit/Source/modules/presentation/PresentationReceiver.idl
|
| +++ b/third_party/WebKit/Source/modules/presentation/PresentationReceiver.idl
|
| @@ -6,9 +6,6 @@
|
|
|
| [
|
| RuntimeEnabled=PresentationReceiver
|
| -] interface PresentationReceiver : EventTarget {
|
| - [CallWith=ScriptState] Promise<PresentationConnection> getConnection();
|
| - [CallWith=ScriptState] Promise<sequence<PresentationConnection>> getConnections();
|
| -
|
| - attribute EventHandler onconnectionavailable;
|
| +] interface PresentationReceiver {
|
| + [SameObject, CallWith=ScriptState] readonly attribute Promise<PresentationConnectionList> connectionList;
|
| };
|
|
|