| Index: Source/core/rendering/svg/SVGRootInlineBox.h
|
| diff --git a/Source/core/rendering/svg/SVGRootInlineBox.h b/Source/core/rendering/svg/SVGRootInlineBox.h
|
| index 7aec8d8888a0a56922318e1b94a5ee58a98e4dc1..5bab4f784b551660919bc608ae558aa1eab54787 100644
|
| --- a/Source/core/rendering/svg/SVGRootInlineBox.h
|
| +++ b/Source/core/rendering/svg/SVGRootInlineBox.h
|
| @@ -32,7 +32,7 @@ namespace WebCore {
|
|
|
| class SVGInlineTextBox;
|
|
|
| -class SVGRootInlineBox : public RootInlineBox {
|
| +class SVGRootInlineBox FINAL : public RootInlineBox {
|
| public:
|
| SVGRootInlineBox(RenderBlock* block)
|
| : RootInlineBox(block)
|
|
|