| Index: Source/core/paint/BoxPainter.cpp
|
| diff --git a/Source/core/paint/BoxPainter.cpp b/Source/core/paint/BoxPainter.cpp
|
| index 8861545bcf9750edf1899a4dca5a228df3b8cf93..299ed408b3aba26978958eca3c42ac6ae56c8735 100644
|
| --- a/Source/core/paint/BoxPainter.cpp
|
| +++ b/Source/core/paint/BoxPainter.cpp
|
| @@ -74,7 +74,7 @@ void BoxPainter::paintBoxDecorationBackgroundWithRect(const PaintInfo& paintInfo
|
| if (recorder.canUseCachedDrawing())
|
| return;
|
|
|
| - RenderStyle* style = m_renderBox.style();
|
| + const RenderStyle* style = m_renderBox.style();
|
| BoxDecorationData boxDecorationData(m_renderBox, paintInfo.context);
|
|
|
| // FIXME: Should eventually give the theme control over whether the box shadow should paint, since controls could have
|
|
|