| Index: third_party/WebKit/LayoutTests/fast/dom/viewport/viewport-dimensions-exclude-scrollbars.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/viewport/viewport-dimensions-exclude-scrollbars.html b/third_party/WebKit/LayoutTests/fast/dom/viewport/viewport-dimensions-exclude-scrollbars.html
|
| index b318f222dea61d0136b60b46c1e6174bac983c02..6928a71aaf4c7b378b355b5bf6c5a2e9194891f1 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/dom/viewport/viewport-dimensions-exclude-scrollbars.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/dom/viewport/viewport-dimensions-exclude-scrollbars.html
|
| @@ -14,7 +14,7 @@
|
| var scrollbarHeight = 15;
|
|
|
| function viewport() {
|
| - return document.visualViewport;
|
| + return window.visualViewport;
|
| }
|
|
|
| async_test(function(t) {
|
|
|