Index: Source/core/css/CSSPrimitiveValue.h |
diff --git a/Source/core/css/CSSPrimitiveValue.h b/Source/core/css/CSSPrimitiveValue.h |
index b63ba2f709283951ea877ce3dceca9c95d180132..6d61e03c1a9092ce01812ff900e3fdfb208fc82f 100644 |
--- a/Source/core/css/CSSPrimitiveValue.h |
+++ b/Source/core/css/CSSPrimitiveValue.h |
@@ -166,6 +166,7 @@ public: |
UOther |
}; |
static UnitCategory unitCategory(UnitType); |
+ static float clampToCSSLengthRange(float); |
static void initUnitTable(); |