| Index: Source/platform/LengthFunctions.cpp
|
| diff --git a/Source/platform/LengthFunctions.cpp b/Source/platform/LengthFunctions.cpp
|
| index 1d6a57375169a88f3337f6a9d8f4265aeaf8743c..b1b72fafb99abffe7a4244110a00e3306b9d53a5 100644
|
| --- a/Source/platform/LengthFunctions.cpp
|
| +++ b/Source/platform/LengthFunctions.cpp
|
| @@ -48,7 +48,6 @@ float floatValueForLength(const Length& length, float maximumValue)
|
| case ViewportPercentageMin:
|
| case ViewportPercentageMax:
|
| return 0;
|
| - case Relative:
|
| case Intrinsic:
|
| case MinIntrinsic:
|
| case MinContent:
|
|
|