| Index: Source/core/svg/SVGUseElement.h
|
| diff --git a/Source/core/svg/SVGUseElement.h b/Source/core/svg/SVGUseElement.h
|
| index c48846678ac1e947bf4ed9a2ce8902a8b9ffc02f..95a232df65882d4fd40c3fef6719f8de97a63e8c 100644
|
| --- a/Source/core/svg/SVGUseElement.h
|
| +++ b/Source/core/svg/SVGUseElement.h
|
| @@ -55,6 +55,8 @@ public:
|
|
|
| RenderObject* rendererClipChild() const;
|
|
|
| + virtual void accept(Visitor* visitor) const OVERRIDE { SVGStyledTransformableElement::accept(visitor); }
|
| +
|
| private:
|
| SVGUseElement(const QualifiedName&, const Handle<Document>&, bool wasInsertedByParser);
|
|
|
|
|