| 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 015c9b4c6371d9cc2bc9b34fe55b0e6c0eb5b9e3..3434eb3da0fc0c73948060ec2b2bd73e412d3fc3 100644
|
| --- a/third_party/WebKit/Source/core/frame/Window.idl
|
| +++ b/third_party/WebKit/Source/core/frame/Window.idl
|
| @@ -138,7 +138,7 @@
|
|
|
| // Visual Viewport API
|
| // https://github.com/WICG/ViewportAPI
|
| - [RuntimeEnabled=VisualViewportAPI, Replaceable, SameObject] readonly attribute VisualViewport? visualViewport;
|
| + [RuntimeEnabled=VisualViewportAPI, Replaceable, SameObject] readonly attribute VisualViewport? view;
|
|
|
| // client
|
| [Replaceable] readonly attribute long screenX;
|
|
|