| Index: Source/core/svg/SVGSVGElement.h
|
| diff --git a/Source/core/svg/SVGSVGElement.h b/Source/core/svg/SVGSVGElement.h
|
| index b0020f745b1bccd92670ad0363f9f7359a5592c3..2713d555f0905293717d8fd018a71a3b8679ecde 100644
|
| --- a/Source/core/svg/SVGSVGElement.h
|
| +++ b/Source/core/svg/SVGSVGElement.h
|
| @@ -127,6 +127,7 @@ private:
|
|
|
| virtual void parseAttribute(const QualifiedName&, const AtomicString&) override;
|
| virtual bool isPresentationAttribute(const QualifiedName&) const override;
|
| + virtual bool isPresentationAttributeWithSVGDOM(const QualifiedName&) const override;
|
| virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) override;
|
|
|
| virtual bool rendererIsNeeded(const LayoutStyle&) override;
|
|
|