Index: Source/core/html/HTMLFontElement.h |
diff --git a/Source/core/html/HTMLFontElement.h b/Source/core/html/HTMLFontElement.h |
index d1f11eea1837e356bdef6bc81121696ad69ca222..212c5ab0535114ff1ddcc6864dbfc3fd24d763ef 100644 |
--- a/Source/core/html/HTMLFontElement.h |
+++ b/Source/core/html/HTMLFontElement.h |
@@ -31,7 +31,7 @@ namespace WebCore { |
class HTMLFontElement FINAL : public HTMLElement { |
public: |
static PassRefPtr<HTMLFontElement> create(const QualifiedName&, Document*); |
- |
+ |
static bool cssValueFromFontSizeNumber(const String&, CSSValueID&); |
private: |