| Index: third_party/WebKit/Source/modules/presentation/PresentationConnection.idl
|
| diff --git a/third_party/WebKit/Source/modules/presentation/PresentationConnection.idl b/third_party/WebKit/Source/modules/presentation/PresentationConnection.idl
|
| index 78a6331f83ce10fb9cb6245e4a30d5f94a1f5274..9b6138f04d04680966defe8aac4ec92591292090 100644
|
| --- a/third_party/WebKit/Source/modules/presentation/PresentationConnection.idl
|
| +++ b/third_party/WebKit/Source/modules/presentation/PresentationConnection.idl
|
| @@ -13,7 +13,8 @@ enum PresentationConnectionState {
|
| [
|
| RuntimeEnabled=Presentation
|
| ] interface PresentationConnection : EventTarget {
|
| - readonly attribute DOMString id;
|
| + readonly attribute USVString id;
|
| + readonly attribute USVString url;
|
| readonly attribute PresentationConnectionState state;
|
| [MeasureAs=PresentationConnectionClose] void close();
|
| [MeasureAs=PresentationConnectionTerminate] void terminate();
|
|
|