| Index: Source/core/svg/SVGSVGElement.h
|
| diff --git a/Source/core/svg/SVGSVGElement.h b/Source/core/svg/SVGSVGElement.h
|
| index 45cc287b0a7f1ec703b1fa44ebc47be70852b48a..a24b14f14f5a3f5c35e12523a4fdad3d57c93e59 100644
|
| --- a/Source/core/svg/SVGSVGElement.h
|
| +++ b/Source/core/svg/SVGSVGElement.h
|
| @@ -138,6 +138,7 @@ private:
|
|
|
| virtual bool isSVGSVGElement() const OVERRIDE { return true; }
|
|
|
| + bool isSupportedAttribute(const QualifiedName&);
|
| virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
|
|
|
| virtual bool rendererIsNeeded(const NodeRenderingContext&) OVERRIDE;
|
|
|