| Index: third_party/WebKit/Source/core/frame/FrameView.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/FrameView.cpp b/third_party/WebKit/Source/core/frame/FrameView.cpp
|
| index 94240cc36f5d5310e64dbc667047c32ee3455fb4..b3a6cccd727c828ee2713060dcbb50726ee2de42 100644
|
| --- a/third_party/WebKit/Source/core/frame/FrameView.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/FrameView.cpp
|
| @@ -4114,7 +4114,7 @@ void FrameView::UpdateScrollOffset(const ScrollOffset& offset,
|
|
|
| if (RuntimeEnabledFeatures::rootLayerScrollingEnabled()) {
|
| // Don't scroll the FrameView!
|
| - ASSERT_NOT_REACHED();
|
| + NOTREACHED();
|
| }
|
|
|
| scroll_offset_ = offset;
|
|
|