| Index: Source/core/svg/SVGFontFaceElement.h
|
| diff --git a/Source/core/svg/SVGFontFaceElement.h b/Source/core/svg/SVGFontFaceElement.h
|
| index e671ff4b23d726a0b854b5b8d6edbbea182a4192..0950ef41323fefd66b4d727f04b10c07b95bbd25 100644
|
| --- a/Source/core/svg/SVGFontFaceElement.h
|
| +++ b/Source/core/svg/SVGFontFaceElement.h
|
| @@ -33,7 +33,7 @@ class StyleRuleFontFace;
|
|
|
| class SVGFontFaceElement FINAL : public SVGElement {
|
| public:
|
| - static PassRefPtr<SVGFontFaceElement> create(const QualifiedName&, Document&);
|
| + static PassRefPtr<SVGFontFaceElement> create(Document&);
|
|
|
| unsigned unitsPerEm() const;
|
| int xHeight() const;
|
| @@ -53,7 +53,7 @@ public:
|
| StyleRuleFontFace* fontFaceRule() const { return m_fontFaceRule.get(); }
|
|
|
| private:
|
| - SVGFontFaceElement(const QualifiedName&, Document&);
|
| + explicit SVGFontFaceElement(Document&);
|
|
|
| virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
|
|
|
|
|