[Webkit-unassigned] [Bug 28703] Refactoring placeholder-related code

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 25 22:35:50 PDT 2009


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





--- Comment #33 from TAMURA, Kent <tkent at chromium.org>  2009-09-25 22:35:50 PDT ---
(In reply to comment #31)
> Instead of UNUSED_PARAM you should be using ASSERT_UNUSED, which is the assert
> macro that identifies an argument used only for the assertion and not in
> release versions.
> 
>     ASSERT_UNUSED(inputElement, value == inputElement->sanitizeValue(value) ||
> inputElement->sanitizeValue(value).isEmpty());

Thank you.  I changed so.

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