Index: Source/core/svg/SVGFEDiffuseLightingElement.h |
diff --git a/Source/core/svg/SVGFEDiffuseLightingElement.h b/Source/core/svg/SVGFEDiffuseLightingElement.h |
index 252e16de1ea798a51bb2de5588d2354b7e910c1f..efd8e3fedbeb39206747c3ea083d866d491abb63 100644 |
--- a/Source/core/svg/SVGFEDiffuseLightingElement.h |
+++ b/Source/core/svg/SVGFEDiffuseLightingElement.h |
@@ -33,11 +33,11 @@ class SVGColor; |
class SVGFEDiffuseLightingElement FINAL : public SVGFilterPrimitiveStandardAttributes { |
public: |
- static PassRefPtr<SVGFEDiffuseLightingElement> create(const QualifiedName&, Document*); |
+ static PassRefPtr<SVGFEDiffuseLightingElement> create(const QualifiedName&, Document&); |
void lightElementAttributeChanged(const SVGFELightElement*, const QualifiedName&); |
private: |
- SVGFEDiffuseLightingElement(const QualifiedName&, Document*); |
+ SVGFEDiffuseLightingElement(const QualifiedName&, Document&); |
bool isSupportedAttribute(const QualifiedName&); |
virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; |