Index: Source/core/page/Page.h |
diff --git a/Source/core/page/Page.h b/Source/core/page/Page.h |
index 7248f896cdda0553437183aaccddba16f8fc5dfa..e4cb17a9ce2608d85c078bb5621e0a6a729bd657 100644 |
--- a/Source/core/page/Page.h |
+++ b/Source/core/page/Page.h |
@@ -157,7 +157,7 @@ public: |
ScrollingCoordinator* scrollingCoordinator(); |
String mainThreadScrollingReasonsAsText(); |
- PassRefPtr<ClientRectList> nonFastScrollableRects(const LocalFrame*); |
+ PassRefPtrWillBeRawPtr<ClientRectList> nonFastScrollableRects(const LocalFrame*); |
Settings& settings() const { return *m_settings; } |
BackForwardClient& backForward() const { return *m_backForwardClient; } |