Index: Source/core/rendering/RenderBoxModelObject.h |
diff --git a/Source/core/rendering/RenderBoxModelObject.h b/Source/core/rendering/RenderBoxModelObject.h |
index 9bd701a61fb85b6e052b849acdb4d495d63b2660..8344ed503f56bf25187ed31023caeac44d6f631a 100644 |
--- a/Source/core/rendering/RenderBoxModelObject.h |
+++ b/Source/core/rendering/RenderBoxModelObject.h |
@@ -254,7 +254,7 @@ protected: |
InterpolationQuality chooseInterpolationQuality(GraphicsContext*, Image*, const void*, const LayoutSize&); |
RenderBoxModelObject* continuation() const; |
- virtual void setContinuation(RenderBoxModelObject*); |
+ void setContinuation(RenderBoxModelObject*); |
LayoutRect localCaretRectForEmptyElement(LayoutUnit width, LayoutUnit textIndentOffset); |