| Index: Source/core/rendering/RenderLayerScrollableArea.cpp
|
| diff --git a/Source/core/rendering/RenderLayerScrollableArea.cpp b/Source/core/rendering/RenderLayerScrollableArea.cpp
|
| index 0065d9e34c2c6af023afcb5ca6169b2512e2f3ad..4689e6f7df053d2df621794b0b4157b2cf58f604 100644
|
| --- a/Source/core/rendering/RenderLayerScrollableArea.cpp
|
| +++ b/Source/core/rendering/RenderLayerScrollableArea.cpp
|
| @@ -880,7 +880,7 @@ void RenderLayerScrollableArea::destroyScrollbar(ScrollbarOrientation orientatio
|
| if (!scrollbar->isCustomScrollbar())
|
| willRemoveScrollbar(scrollbar.get(), orientation);
|
|
|
| - toScrollView(scrollbar->parent())->removeChild(scrollbar.get());
|
| + toFrameView(scrollbar->parent())->removeChild(scrollbar.get());
|
| scrollbar->disconnectFromScrollableArea();
|
| scrollbar = nullptr;
|
| }
|
|
|