| Index: third_party/WebKit/Source/core/testing/Internals.cpp
|
| diff --git a/third_party/WebKit/Source/core/testing/Internals.cpp b/third_party/WebKit/Source/core/testing/Internals.cpp
|
| index 624aaa7089913c0809d2db48a6e810cdee41db17..44a0d09a11b8ab9ccc6bdfd4535e19898bbbbc87 100644
|
| --- a/third_party/WebKit/Source/core/testing/Internals.cpp
|
| +++ b/third_party/WebKit/Source/core/testing/Internals.cpp
|
| @@ -196,7 +196,7 @@ static ScrollableArea* scrollableAreaForNode(Node* node)
|
| if (node->isDocumentNode()) {
|
| // This can be removed after root layer scrolling is enabled.
|
| if (FrameView* frameView = toDocument(node)->view())
|
| - return frameView->scrollableArea();
|
| + return frameView->layoutViewportScrollableArea();
|
| }
|
|
|
| LayoutObject* layoutObject = node->layoutObject();
|
|
|