| Index: Source/core/svg/SVGFontFaceSrcElement.h
|
| diff --git a/Source/core/svg/SVGFontFaceSrcElement.h b/Source/core/svg/SVGFontFaceSrcElement.h
|
| index eb11d7b1d005a920351a7aac84bc81ee20dc20bb..f7ef1af6f6b2bc4a0a203ac54294082f9334b8a7 100644
|
| --- a/Source/core/svg/SVGFontFaceSrcElement.h
|
| +++ b/Source/core/svg/SVGFontFaceSrcElement.h
|
| @@ -29,12 +29,12 @@ class CSSValueList;
|
|
|
| class SVGFontFaceSrcElement FINAL : public SVGElement {
|
| public:
|
| - static PassRefPtr<SVGFontFaceSrcElement> create(const QualifiedName&, Document&);
|
| + static PassRefPtr<SVGFontFaceSrcElement> create(Document&);
|
|
|
| PassRefPtr<CSSValueList> srcValue() const;
|
|
|
| private:
|
| - SVGFontFaceSrcElement(const QualifiedName&, Document&);
|
| + explicit SVGFontFaceSrcElement(Document&);
|
|
|
| virtual void childrenChanged(bool changedByParser = false, Node* beforeChange = 0, Node* afterChange = 0, int childCountDelta = 0);
|
| virtual bool rendererIsNeeded(const RenderStyle&) OVERRIDE { return false; }
|
|
|