| Index: Source/core/svg/SVGGlyphRefElement.h
|
| diff --git a/Source/core/svg/SVGGlyphRefElement.h b/Source/core/svg/SVGGlyphRefElement.h
|
| index 487bb95cafb5a39e287c839d02cc46f035e01b62..e200e8f353bac1c189b7d424e6332f626187d16e 100644
|
| --- a/Source/core/svg/SVGGlyphRefElement.h
|
| +++ b/Source/core/svg/SVGGlyphRefElement.h
|
| @@ -26,8 +26,8 @@
|
|
|
| namespace WebCore {
|
|
|
| -class SVGGlyphRefElement: public SVGStyledElement,
|
| - public SVGURIReference {
|
| +class SVGGlyphRefElement FINAL : public SVGStyledElement,
|
| + public SVGURIReference {
|
| public:
|
| static PassRefPtr<SVGGlyphRefElement> create(const QualifiedName&, Document*);
|
|
|
|
|