[Webkit-unassigned] [Bug 106416] INPUT_MULTIPLE_FIELDS_UI: Step-up/-down of week field should respect min/max attributes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 8 23:37:18 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=106416


Kent Tamura <tkent at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #181856|review?, commit-queue?      |review+, commit-queue-
               Flag|                            |




--- Comment #6 from Kent Tamura <tkent at chromium.org>  2013-01-08 23:39:11 PST ---
(From update of attachment 181856)
View in context: https://bugs.webkit.org/attachment.cgi?id=181856&action=review

> Source/WebCore/html/shadow/DateTimeEditElement.cpp:261
> +        RefPtr<DateTimeFieldElement> field = DateTimeWeekFieldElement::create(document, m_editElement, minWeek, maxWeek);
> +        m_editElement.addField(field);

The variable 'field' is unnecessary.

-- 
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