Index: Source/core/svg/SVGStopElement.h |
diff --git a/Source/core/svg/SVGStopElement.h b/Source/core/svg/SVGStopElement.h |
index 828c7f7615eaf5300d1d67a581211f375b041a95..bbaba5bb04f4a9039e2f1ad7c3f09617a1f4bfb3 100644 |
--- a/Source/core/svg/SVGStopElement.h |
+++ b/Source/core/svg/SVGStopElement.h |
@@ -29,12 +29,12 @@ namespace WebCore { |
class SVGStopElement FINAL : public SVGElement { |
public: |
- static PassRefPtr<SVGStopElement> create(const QualifiedName&, Document*); |
+ static PassRefPtr<SVGStopElement> create(const QualifiedName&, Document&); |
Color stopColorIncludingOpacity() const; |
private: |
- SVGStopElement(const QualifiedName&, Document*); |
+ SVGStopElement(const QualifiedName&, Document&); |
bool isSupportedAttribute(const QualifiedName&); |
virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; |