Index: Source/core/svg/SVGFESpecularLightingElement.h |
diff --git a/Source/core/svg/SVGFESpecularLightingElement.h b/Source/core/svg/SVGFESpecularLightingElement.h |
index 63d63d38ef7d8830e12bcc7724355387ed60085f..38d5d620e4a2a117ae35463e2ebcfb89f56abdf0 100644 |
--- a/Source/core/svg/SVGFESpecularLightingElement.h |
+++ b/Source/core/svg/SVGFESpecularLightingElement.h |
@@ -32,11 +32,11 @@ namespace WebCore { |
class SVGFESpecularLightingElement FINAL : public SVGFilterPrimitiveStandardAttributes { |
public: |
- static PassRefPtr<SVGFESpecularLightingElement> create(const QualifiedName&, Document*); |
+ static PassRefPtr<SVGFESpecularLightingElement> create(const QualifiedName&, Document&); |
void lightElementAttributeChanged(const SVGFELightElement*, const QualifiedName&); |
private: |
- SVGFESpecularLightingElement(const QualifiedName&, Document*); |
+ SVGFESpecularLightingElement(const QualifiedName&, Document&); |
bool isSupportedAttribute(const QualifiedName&); |
virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; |