| Index: Source/core/rendering/RenderInline.h
|
| diff --git a/Source/core/rendering/RenderInline.h b/Source/core/rendering/RenderInline.h
|
| index d7adfef4e8580bfdc7c7e2674e72aa080b4bca54..6f588175b2b2d7ffd2055b7482c3908f3ab3ce4c 100644
|
| --- a/Source/core/rendering/RenderInline.h
|
| +++ b/Source/core/rendering/RenderInline.h
|
| @@ -89,7 +89,7 @@ public:
|
| void paintOutline(PaintInfo&, const LayoutPoint&);
|
|
|
| using RenderBoxModelObject::continuation;
|
| - virtual void setContinuation(RenderBoxModelObject*) OVERRIDE FINAL;
|
| + using RenderBoxModelObject::setContinuation;
|
|
|
| bool alwaysCreateLineBoxes() const { return alwaysCreateLineBoxesForRenderInline(); }
|
| void setAlwaysCreateLineBoxes(bool alwaysCreateLineBoxes = true) { setAlwaysCreateLineBoxesForRenderInline(alwaysCreateLineBoxes); }
|
|
|