[Webkit-unassigned] [Bug 42042] An empty value for xml:lang isn't considered

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 15 13:50:30 PDT 2010


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





--- Comment #3 from mitz at webkit.org  2010-07-15 13:50:29 PST ---
(From update of attachment 61706)
> -                if (value.isEmpty() || !value.startsWith(argument, false))
> +                if (value.isNull() || !value.startsWith(argument, false))

Why is this change needed or desirable?

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