| Index: Source/modules/presentation/Presentation.idl
|
| diff --git a/Source/modules/presentation/Presentation.idl b/Source/modules/presentation/Presentation.idl
|
| index 26fd639a7c4a3a585261ceb1c8c60c2824df21a8..227fb9eff6862610b1ab94a0f19815661cfc92ee 100644
|
| --- a/Source/modules/presentation/Presentation.idl
|
| +++ b/Source/modules/presentation/Presentation.idl
|
| @@ -8,7 +8,7 @@
|
| GarbageCollected,
|
| RuntimeEnabled=Presentation
|
| ] interface Presentation : EventTarget {
|
| - attribute PresentationRequest? defaultRequest;
|
| + [MeasureAs=PresentationDefaultRequest] attribute PresentationRequest? defaultRequest;
|
|
|
| // This API used by presenting browsing context.
|
| // TODO(avayvod): The spec has |getSession()| and |getSessions()| instead.
|
|
|