Chromium Code Reviews| Index: Source/core/accessibility/AXSVGRoot.h |
| diff --git a/Source/core/accessibility/AXSVGRoot.h b/Source/core/accessibility/AXSVGRoot.h |
| index 4febd09f851b7c24f95ace10a070944a6a04b44f..183cac2ed17e90ed9e2b09ca37a1daad1317efd8 100644 |
| --- a/Source/core/accessibility/AXSVGRoot.h |
| +++ b/Source/core/accessibility/AXSVGRoot.h |
| @@ -33,7 +33,7 @@ |
| namespace WebCore { |
| -class AXSVGRoot : public AXRenderObject { |
| +class AXSVGRoot FINAL : public AXRenderObject { |
| protected: |
| explicit AXSVGRoot(RenderObject*); |