| Index: Source/platform/scroll/ScrollableArea.cpp
|
| diff --git a/Source/platform/scroll/ScrollableArea.cpp b/Source/platform/scroll/ScrollableArea.cpp
|
| index 99839436f9b9d620a8362685c6f500af757a2564..e5f8b6ef318097ec7a6303bfe59ca38ae2129c26 100644
|
| --- a/Source/platform/scroll/ScrollableArea.cpp
|
| +++ b/Source/platform/scroll/ScrollableArea.cpp
|
| @@ -161,7 +161,7 @@ bool ScrollableArea::scroll(ScrollDirection direction, ScrollGranularity granula
|
|
|
| void ScrollableArea::setScrollPosition(const DoublePoint& position, ScrollBehavior behavior)
|
| {
|
| - // FIXME(417782): This should be unified with RenderLayerScrollableArea::scrollToOffset.
|
| + // FIXME(417782): This should be unified with LayerScrollableArea::scrollToOffset.
|
| ASSERT_NOT_REACHED();
|
| }
|
|
|
|
|