| Index: Source/core/frame/FrameView.cpp
|
| diff --git a/Source/core/frame/FrameView.cpp b/Source/core/frame/FrameView.cpp
|
| index 4b5e2eda8e9f66024f1aecb789beed729c4e07be..d2b964c4bcdd87f2119374f8e79ded67b25cb3bb 100644
|
| --- a/Source/core/frame/FrameView.cpp
|
| +++ b/Source/core/frame/FrameView.cpp
|
| @@ -1976,7 +1976,7 @@ void FrameView::updateBackgroundRecursively(const Color& backgroundColor, bool t
|
|
|
| void FrameView::scrollToAnchor()
|
| {
|
| - RefPtr<Node> anchorNode = m_maintainScrollPositionAnchor;
|
| + RefPtrWillBeRawPtr<Node> anchorNode = m_maintainScrollPositionAnchor;
|
| if (!anchorNode)
|
| return;
|
|
|
|
|