Index: Source/core/page/Page.h |
diff --git a/Source/core/page/Page.h b/Source/core/page/Page.h |
index b2c738aaef7df5cd9e4239f7378af597c32d18b6..40952f2e3ce48aa49739411d29e63363e5685f63 100644 |
--- a/Source/core/page/Page.h |
+++ b/Source/core/page/Page.h |
@@ -143,7 +143,7 @@ public: |
ScrollingCoordinator* scrollingCoordinator(); |
String mainThreadScrollingReasonsAsText(); |
- PassRefPtrWillBeRawPtr<ClientRectList> nonFastScrollableRects(const LocalFrame*); |
+ ClientRectList* nonFastScrollableRects(const LocalFrame*); |
Settings& settings() const { return *m_settings; } |