| Index: Source/core/svg/SVGFontFaceUriElement.h
|
| diff --git a/Source/core/svg/SVGFontFaceUriElement.h b/Source/core/svg/SVGFontFaceUriElement.h
|
| index 61a3478dea1d64c101215f5a645fa4455d485fbd..338ce85b115c81a4dc792865cadf29b5925f1cae 100644
|
| --- a/Source/core/svg/SVGFontFaceUriElement.h
|
| +++ b/Source/core/svg/SVGFontFaceUriElement.h
|
| @@ -32,14 +32,14 @@ class CSSFontFaceSrcValue;
|
|
|
| class SVGFontFaceUriElement FINAL : public SVGElement, public FontResourceClient {
|
| public:
|
| - static PassRefPtr<SVGFontFaceUriElement> create(const QualifiedName&, Document&);
|
| + static PassRefPtr<SVGFontFaceUriElement> create(Document&);
|
|
|
| virtual ~SVGFontFaceUriElement();
|
|
|
| PassRefPtr<CSSFontFaceSrcValue> srcValue() const;
|
|
|
| private:
|
| - SVGFontFaceUriElement(const QualifiedName&, Document&);
|
| + explicit SVGFontFaceUriElement(Document&);
|
|
|
| virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
|
| virtual void childrenChanged(bool changedByParser = false, Node* beforeChange = 0, Node* afterChange = 0, int childCountDelta = 0);
|
|
|