| Index: Source/core/svg/SVGStyleElement.h
|
| diff --git a/Source/core/svg/SVGStyleElement.h b/Source/core/svg/SVGStyleElement.h
|
| index 4106d28dffe1c926f978f412ae394612314af293..522f0af3dff0a75fc73e09d09eb1d2b654eec464 100644
|
| --- a/Source/core/svg/SVGStyleElement.h
|
| +++ b/Source/core/svg/SVGStyleElement.h
|
| @@ -30,7 +30,7 @@ namespace WebCore {
|
| class SVGStyleElement FINAL : public SVGElement
|
| , public StyleElement {
|
| public:
|
| - static PassRefPtr<SVGStyleElement> create(const QualifiedName&, Document&, bool createdByParser);
|
| + static PassRefPtr<SVGStyleElement> create(Document&, bool createdByParser);
|
| virtual ~SVGStyleElement();
|
|
|
| using StyleElement::sheet;
|
| @@ -48,7 +48,7 @@ public:
|
| void setTitle(const AtomicString&);
|
|
|
| private:
|
| - SVGStyleElement(const QualifiedName&, Document&, bool createdByParser);
|
| + SVGStyleElement(Document&, bool createdByParser);
|
|
|
| bool isSupportedAttribute(const QualifiedName&);
|
| virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
|
|
|