summaryrefslogtreecommitdiffstats
path: root/WebCore/rendering/RenderImage.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/rendering/RenderImage.h')
-rw-r--r--WebCore/rendering/RenderImage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/rendering/RenderImage.h b/WebCore/rendering/RenderImage.h
index 86f5621..16ae7ec 100644
--- a/WebCore/rendering/RenderImage.h
+++ b/WebCore/rendering/RenderImage.h
@@ -57,7 +57,7 @@ protected:
virtual void imageChanged(WrappedImagePtr, const IntRect* = 0);
virtual void paintIntoRect(GraphicsContext*, const IntRect&);
- void paintFocusRings(PaintInfo&, const RenderStyle*);
+ void paintFocusRing(PaintInfo&, const RenderStyle*);
virtual void paint(PaintInfo&, int tx, int ty);
bool isLogicalWidthSpecified() const;