| Index: Source/core/svg/SVGComponentTransferFunctionElement.h
|
| diff --git a/Source/core/svg/SVGComponentTransferFunctionElement.h b/Source/core/svg/SVGComponentTransferFunctionElement.h
|
| index f96106cc54a4d5860b031f8eaa01b5435f90b90f..300e6423dd8e83e3299a1cda2ec52172b666458b 100644
|
| --- a/Source/core/svg/SVGComponentTransferFunctionElement.h
|
| +++ b/Source/core/svg/SVGComponentTransferFunctionElement.h
|
| @@ -74,6 +74,8 @@ class SVGComponentTransferFunctionElement : public SVGElement {
|
| public:
|
| ComponentTransferFunction transferFunction() const;
|
|
|
| + virtual void accept(Visitor* visitor) const OVERRIDE { SVGElement::accept(visitor); }
|
| +
|
| protected:
|
| SVGComponentTransferFunctionElement(const QualifiedName&, const Handle<Document>&);
|
|
|
|
|