summaryrefslogtreecommitdiff
path: root/Source/WebCore/rendering/RenderFieldset.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/rendering/RenderFieldset.h')
-rw-r--r--Source/WebCore/rendering/RenderFieldset.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/rendering/RenderFieldset.h b/Source/WebCore/rendering/RenderFieldset.h
index bd12c5553..12dbda502 100644
--- a/Source/WebCore/rendering/RenderFieldset.h
+++ b/Source/WebCore/rendering/RenderFieldset.h
@@ -42,7 +42,7 @@ private:
virtual void computePreferredLogicalWidths();
virtual bool avoidsFloats() const { return true; }
- virtual bool stretchesToMinIntrinsicLogicalWidth() const { return true; }
+ virtual bool stretchesToMinIntrinsicLogicalWidth() const OVERRIDE;
virtual void paintBoxDecorations(PaintInfo&, const LayoutPoint&);
virtual void paintMask(PaintInfo&, const LayoutPoint&);