| Index: Source/core/svg/SVGDocument.h
|
| diff --git a/Source/core/svg/SVGDocument.h b/Source/core/svg/SVGDocument.h
|
| index 91db7dd46d33d8a1457c41a74f8fd4276c4141e8..ae0d6bd17a058b03c251b8f2686918e75add04f0 100644
|
| --- a/Source/core/svg/SVGDocument.h
|
| +++ b/Source/core/svg/SVGDocument.h
|
| @@ -31,7 +31,7 @@ class DOMImplementation;
|
| class SVGElement;
|
| class SVGSVGElement;
|
|
|
| -class SVGDocument : public Document {
|
| +class SVGDocument FINAL : public Document {
|
| public:
|
| static PassRefPtr<SVGDocument> create(Frame* frame, const KURL& url)
|
| {
|
|
|