| Index: Source/core/svg/SVGGradientElement.h
|
| diff --git a/Source/core/svg/SVGGradientElement.h b/Source/core/svg/SVGGradientElement.h
|
| index 404e586a4234871d71ac1105c1cfd82a3870df30..65f92d05aedfab8503c226a5d65075d34449bd04 100644
|
| --- a/Source/core/svg/SVGGradientElement.h
|
| +++ b/Source/core/svg/SVGGradientElement.h
|
| @@ -87,7 +87,7 @@ public:
|
| Vector<Gradient::ColorStop> buildStops();
|
|
|
| protected:
|
| - SVGGradientElement(const QualifiedName&, Document*);
|
| + SVGGradientElement(const QualifiedName&, Document&);
|
|
|
| bool isSupportedAttribute(const QualifiedName&);
|
| virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
|
|
|