summaryrefslogtreecommitdiff
path: root/chromium/third_party/WebKit/Source/core/svg/SVGFESpotLightElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/WebKit/Source/core/svg/SVGFESpotLightElement.h')
-rw-r--r--chromium/third_party/WebKit/Source/core/svg/SVGFESpotLightElement.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chromium/third_party/WebKit/Source/core/svg/SVGFESpotLightElement.h b/chromium/third_party/WebKit/Source/core/svg/SVGFESpotLightElement.h
index 3b0ca9c698c..a36d7628408 100644
--- a/chromium/third_party/WebKit/Source/core/svg/SVGFESpotLightElement.h
+++ b/chromium/third_party/WebKit/Source/core/svg/SVGFESpotLightElement.h
@@ -26,10 +26,10 @@ namespace WebCore {
class SVGFESpotLightElement FINAL : public SVGFELightElement {
public:
- static PassRefPtr<SVGFESpotLightElement> create(const QualifiedName&, Document&);
+ static PassRefPtr<SVGFESpotLightElement> create(Document&);
private:
- SVGFESpotLightElement(const QualifiedName&, Document&);
+ explicit SVGFESpotLightElement(Document&);
virtual PassRefPtr<LightSource> lightSource() const;
};