| Index: Source/core/svg/SVGFontFaceNameElement.h
|
| diff --git a/Source/core/svg/SVGFontFaceNameElement.h b/Source/core/svg/SVGFontFaceNameElement.h
|
| index 3d83e2040f6ea4b69497b146a9113882ecb5f918..8b9394278c3264a6f2ddd93bd15f21fbb9a37e04 100644
|
| --- a/Source/core/svg/SVGFontFaceNameElement.h
|
| +++ b/Source/core/svg/SVGFontFaceNameElement.h
|
| @@ -30,12 +30,12 @@ class CSSFontFaceSrcValue;
|
|
|
| class SVGFontFaceNameElement FINAL : public SVGElement {
|
| public:
|
| - static PassRefPtr<SVGFontFaceNameElement> create(const QualifiedName&, Document&);
|
| + static PassRefPtr<SVGFontFaceNameElement> create(Document&);
|
|
|
| PassRefPtr<CSSFontFaceSrcValue> srcValue() const;
|
|
|
| private:
|
| - SVGFontFaceNameElement(const QualifiedName&, Document&);
|
| + explicit SVGFontFaceNameElement(Document&);
|
|
|
| virtual bool rendererIsNeeded(const RenderStyle&) OVERRIDE { return false; }
|
| };
|
|
|