| Index: third_party/WebKit/Source/modules/presentation/Presentation.idl
|
| diff --git a/third_party/WebKit/Source/modules/presentation/Presentation.idl b/third_party/WebKit/Source/modules/presentation/Presentation.idl
|
| index d90f21a8a8945c82016ef6b6df6f946af968f1e7..968abdeb486e370a5c9457a7a5b15fdc9038d016 100644
|
| --- a/third_party/WebKit/Source/modules/presentation/Presentation.idl
|
| +++ b/third_party/WebKit/Source/modules/presentation/Presentation.idl
|
| @@ -8,7 +8,7 @@
|
| GarbageCollected,
|
| RuntimeEnabled=Presentation
|
| ] interface Presentation {
|
| - [MeasureAs=PresentationDefaultRequest, LegacyInterfaceTypeChecking] attribute PresentationRequest? defaultRequest;
|
| + [MeasureAs=PresentationDefaultRequest] attribute PresentationRequest? defaultRequest;
|
|
|
| // This API is available on the receiving browsing context.
|
| [RuntimeEnabled=PresentationReceiver, SameObject] readonly attribute PresentationReceiver? receiver;
|
|
|