Index: Source/platform/Length.h |
diff --git a/Source/platform/Length.h b/Source/platform/Length.h |
index bdaf50eae9b4cf2edd800d9d958e827735f11ed5..25ee7105f151e0ca2fdfba9147cf2360211c1a23 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(LayoutUnit maxValue) const; |
Length subtractFromOneHundredPercent() const; |