Index: Source/core/css/FontSize.h |
diff --git a/Source/core/css/FontSize.h b/Source/core/css/FontSize.h |
index c16e2d343d8591476d72d5b81e117f562de992d3..5be4149e2d32a8a67cb4ee2c4f6ef29bb1045b63 100644 |
--- a/Source/core/css/FontSize.h |
+++ b/Source/core/css/FontSize.h |
@@ -23,6 +23,7 @@ |
#define FontSize_h |
#include "core/CSSValueKeywords.h" |
+#include "wtf/Allocator.h" |
namespace blink { |
@@ -31,11 +32,7 @@ class Document; |
enum ESmartMinimumForFontSize { DoNotUseSmartMinimumForFontSize, UseSmartMinimumForFontFize }; |
class FontSize { |
-private: |
- FontSize() |
- { |
- } |
- |
+ STATIC_ONLY(FontSize); |
public: |
static float getComputedSizeFromSpecifiedSize(const Document*, float zoomFactor, bool isAbsoluteSize, float specifiedSize, ESmartMinimumForFontSize = UseSmartMinimumForFontFize); |