| Index: third_party/WebKit/LayoutTests/fast/dom/viewport/viewport-dimensions-exclude-custom-scrollbars.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/viewport/viewport-dimensions-exclude-custom-scrollbars.html b/third_party/WebKit/LayoutTests/fast/dom/viewport/viewport-dimensions-exclude-custom-scrollbars.html
|
| index 5884190e02743c2459704c447e4b7d71b3b05e00..50a592ca325e687c98efb0d7c53d01bb96f240c3 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/dom/viewport/viewport-dimensions-exclude-custom-scrollbars.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/dom/viewport/viewport-dimensions-exclude-custom-scrollbars.html
|
| @@ -27,7 +27,7 @@
|
| var scrollbarHeight = 20;
|
|
|
| function viewport() {
|
| - return document.visualViewport;
|
| + return window.visualViewport;
|
| }
|
|
|
| async_test(function(t) {
|
|
|