Index: Source/core/paint/ImagePainter.cpp |
diff --git a/Source/core/paint/ImagePainter.cpp b/Source/core/paint/ImagePainter.cpp |
index 771e695a3351e5b19c5b51a81729bfca7dc8ba1d..ddce1f2b768516288ede65e9ac87e477244b3f76 100644 |
--- a/Source/core/paint/ImagePainter.cpp |
+++ b/Source/core/paint/ImagePainter.cpp |
@@ -54,7 +54,7 @@ void ImagePainter::paintAreaElementFocusRing(const PaintInfo& paintInfo) |
if (path.isEmpty()) |
return; |
- RenderStyle* areaElementStyle = areaElement.computedStyle(); |
+ const RenderStyle* areaElementStyle = areaElement.computedStyle(); |
unsigned short outlineWidth = areaElementStyle->outlineWidth(); |
if (!outlineWidth) |
return; |