Index: Source/core/style/ComputedStyle.h |
diff --git a/Source/core/style/ComputedStyle.h b/Source/core/style/ComputedStyle.h |
index 117eb9acff7061d06b03cf4cd9f82a48bec7634d..cabc4b702bd742a15be9918dc3a69b2bdb656fa2 100644 |
--- a/Source/core/style/ComputedStyle.h |
+++ b/Source/core/style/ComputedStyle.h |
@@ -1536,7 +1536,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); } |