Index: Source/core/paint/ImagePainter.cpp |
diff --git a/Source/core/paint/ImagePainter.cpp b/Source/core/paint/ImagePainter.cpp |
index 8dd055b3239129573bbf15e0527bd35534b389d6..47af0238c4a18cf6fc96a1230bffff6e54eb4cb3 100644 |
--- a/Source/core/paint/ImagePainter.cpp |
+++ b/Source/core/paint/ImagePainter.cpp |
@@ -54,7 +54,7 @@ void ImagePainter::paintAreaElementFocusRing(const PaintInfo& paintInfo) |
return; |
const ComputedStyle& areaElementStyle = *areaElement.ensureComputedStyle(); |
- unsigned short outlineWidth = areaElementStyle.outlineWidth(); |
+ int outlineWidth = areaElementStyle.outlineWidth(); |
if (!outlineWidth) |
return; |