| Index: Source/core/style/ComputedStyle.h
|
| diff --git a/Source/core/style/ComputedStyle.h b/Source/core/style/ComputedStyle.h
|
| index 480d8ebf833e8ff37facdfc6f6d05b30cced4583..7a6e0d24f99e58fc969e41a53cf81fd226d09265 100644
|
| --- a/Source/core/style/ComputedStyle.h
|
| +++ b/Source/core/style/ComputedStyle.h
|
| @@ -1542,7 +1542,7 @@ public:
|
| static unsigned short initialOutlineWidth() { return 3; }
|
| static float initialLetterWordSpacing() { return 0.0f; }
|
| static Length initialSize() { return Length(); }
|
| - static Length initialMinSize() { return Length(Fixed); }
|
| + static Length initialMinSize() { return Length(); }
|
| static Length initialMaxSize() { return Length(MaxSizeNone); }
|
| static Length initialOffset() { return Length(); }
|
| static Length initialMargin() { return Length(Fixed); }
|
|
|