| Index: Source/core/html/HTMLFontElement.h
|
| diff --git a/Source/core/html/HTMLFontElement.h b/Source/core/html/HTMLFontElement.h
|
| index 0f99880627bd39fc463c8d1912dcb69881a9f502..e0f542cfb765c514d005814039541391b36e8bfe 100644
|
| --- a/Source/core/html/HTMLFontElement.h
|
| +++ b/Source/core/html/HTMLFontElement.h
|
| @@ -30,7 +30,7 @@ namespace WebCore {
|
|
|
| class HTMLFontElement FINAL : public HTMLElement {
|
| public:
|
| - static PassRefPtrWillBeRawPtr<HTMLFontElement> create(Document&);
|
| + DECLARE_NODE_FACTORY(HTMLFontElement);
|
|
|
| static bool cssValueFromFontSizeNumber(const String&, CSSValueID&);
|
|
|
|
|