| Index: Source/core/svg/SVGStopElement.h
|
| diff --git a/Source/core/svg/SVGStopElement.h b/Source/core/svg/SVGStopElement.h
|
| index 834f7aa99607b734c678a0674f418d4d55a0b617..ce6593b06485db18c824e097aafa80c668f5f1ad 100644
|
| --- a/Source/core/svg/SVGStopElement.h
|
| +++ b/Source/core/svg/SVGStopElement.h
|
| @@ -33,6 +33,8 @@ public:
|
|
|
| Color stopColorIncludingOpacity() const;
|
|
|
| + virtual void accept(Visitor* visitor) const OVERRIDE { SVGStyledElement::accept(visitor); }
|
| +
|
| private:
|
| SVGStopElement(const QualifiedName&, const Handle<Document>&);
|
|
|
|
|