Index: Source/platform/Length.h |
diff --git a/Source/platform/Length.h b/Source/platform/Length.h |
index bdaf50eae9b4cf2edd800d9d958e827735f11ed5..87b49b7c28d9a93810110a319b3a59f85f657d81 100644 |
--- a/Source/platform/Length.h |
+++ b/Source/platform/Length.h |
@@ -291,7 +291,7 @@ public: |
ASSERT(!isMaxSizeNone()); |
return m_isFloat ? m_floatValue : m_intValue; |
} |
- float nonNanCalculatedValue(int maxValue) const; |
+ float nonNanCalculatedValue(float maxValue) const; |
Length subtractFromOneHundredPercent() const; |