| Index: third_party/WebKit/Source/core/frame/Window.idl
|
| diff --git a/third_party/WebKit/Source/core/frame/Window.idl b/third_party/WebKit/Source/core/frame/Window.idl
|
| index 310e28b0f41f878ac16028911a7144b12da93430..9cf787fe34ed0cfdc9ccf1187227903df1abe72c 100644
|
| --- a/third_party/WebKit/Source/core/frame/Window.idl
|
| +++ b/third_party/WebKit/Source/core/frame/Window.idl
|
| @@ -131,7 +131,7 @@
|
|
|
| // Visual Viewport API
|
| // https://github.com/WICG/ViewportAPI
|
| - [RuntimeEnabled=VisualViewportAPI] readonly attribute VisualViewport? visualViewport;
|
| + [RuntimeEnabled=VisualViewportAPI, Replaceable, SameObject] readonly attribute VisualViewport? visualViewport;
|
|
|
| // client
|
| [Replaceable] readonly attribute long screenX;
|
|
|