| Index: Source/core/rendering/RenderScrollbar.cpp
|
| diff --git a/Source/core/rendering/RenderScrollbar.cpp b/Source/core/rendering/RenderScrollbar.cpp
|
| index a356c193f65de478ff64ff683de2cb4e48893c47..05520a317f4ef3ba992b7781ab845b2713c62f91 100644
|
| --- a/Source/core/rendering/RenderScrollbar.cpp
|
| +++ b/Source/core/rendering/RenderScrollbar.cpp
|
| @@ -146,7 +146,7 @@ PassRefPtr<RenderStyle> RenderScrollbar::getScrollbarPseudoStyle(ScrollbarPart p
|
| // Scrollbars for root frames should always have background color
|
| // unless explicitly specified as transparent. So we force it.
|
| // This is because WebKit assumes scrollbar to be always painted and missing background
|
| - // causes visual artifact like non-repainted dirty region.
|
| + // causes visual artifact like non-paint invalidated dirty region.
|
| if (result && m_owningFrame && m_owningFrame->view() && !m_owningFrame->view()->isTransparent() && !result->hasBackground())
|
| result->setBackgroundColor(StyleColor(Color::white));
|
|
|
|
|