* html/NumberInputType.cpp:
(WebCore::NumberInputType::sizeShouldIncludeDecoration): Fixed an obvious typo.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@92600
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2011-08-08 Dan Bernstein <mitz@apple.com>
+
+ Build fix.
+
+ * html/NumberInputType.cpp:
+ (WebCore::NumberInputType::sizeShouldIncludeDecoration): Fixed an obvious typo.
+
2011-08-08 Andras Becsi <abecsi@webkit.org>
[Qt] Clean up project file after r92492.
if (maxValueDouble < minValueDouble) {
maxValueDouble = minValueDouble;
- maxValueDecimalPlaces = maxValueDecimalPlaces;
+ maxValueDecimalPlaces = minValueDecimalPlaces;
}
unsigned stepValueDecimalPlaces;