[Webkit-unassigned] [Bug 60673] <input type=number> doesn't ignore size="" attribute
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Aug 8 00:09:08 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=60673
--- Comment #16 from Kent Tamura <tkent at chromium.org> 2011-08-08 00:09:08 PST ---
(From update of attachment 103208)
View in context: https://bugs.webkit.org/attachment.cgi?id=103208&action=review
> Source/WebCore/html/InputType.h:146
> + virtual bool sizeShouldIncludeDecoration(int defaultSize, int* preferredSize) const;
We had better change the argument type from int* to int&. We can remove null-checks by it.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list