Chromium Code Reviews| 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 ca7838e024b87a0193372bf315ab26f6dcd75598..78a6331f83ce10fb9cb6245e4a30d5f94a1f5274 100644 |
| --- a/third_party/WebKit/Source/modules/presentation/PresentationConnection.idl |
| +++ b/third_party/WebKit/Source/modules/presentation/PresentationConnection.idl |
| @@ -13,7 +13,7 @@ enum PresentationConnectionState { |
| [ |
| RuntimeEnabled=Presentation |
| ] interface PresentationConnection : EventTarget { |
| - readonly attribute DOMString? id; |
| + readonly attribute DOMString id; |
|
foolip
2016/12/14 19:17:12
Can PresentationConnection::m_id ever be a null WT
lunalu1
2016/12/15 11:33:59
Will ask mlamouri@ to confirm that.
|
| readonly attribute PresentationConnectionState state; |
| [MeasureAs=PresentationConnectionClose] void close(); |
| [MeasureAs=PresentationConnectionTerminate] void terminate(); |