[Webkit-unassigned] [Bug 36021] support lang attribute on <option> elements

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 11 11:00:10 PST 2010


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


Darin Adler <darin at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #50516|review?                     |review+
               Flag|                            |




--- Comment #2 from Darin Adler <darin at apple.com>  2010-03-11 11:00:10 PST ---
(From update of attachment 50516)
> +    String lang = getAttribute(node, langAttr);

You can make this code slightly more efficient by making the type of "lang" be
const AtomicString&.

r=me

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