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