[webkit-reviews] review granted: [Bug 64858] input[type='number'] with step="any" suffers from step mismatch. : [Attachment 101690] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 21 20:04:47 PDT 2011


Kent Tamura <tkent at chromium.org> has granted Shinya Kawanaka
<shinyak at google.com>'s request for review:
Bug 64858: input[type='number'] with step="any" suffers from step mismatch.
https://bugs.webkit.org/show_bug.cgi?id=64858

Attachment 101690: Patch
https://bugs.webkit.org/attachment.cgi?id=101690&action=review

------- Additional Comments from Kent Tamura <tkent at chromium.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=101690&action=review


ok.

> Source/WebCore/html/HTMLInputElement.cpp:428
> +    const AtomicString& stepString = fastGetAttribute(stepAttr);
> +    if (!equalIgnoringCase(stepString, "any"))

nit: The variable 'stepString' is not needed.


More information about the webkit-reviews mailing list