[Webkit-unassigned] [Bug 133480] Refactor the srcset parser into its own file
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Jun 4 17:18:28 PDT 2014
https://bugs.webkit.org/show_bug.cgi?id=133480
--- Comment #6 from Darin Adler <darin at apple.com> 2014-06-04 17:18:51 PST ---
(From update of attachment 232429)
View in context: https://bugs.webkit.org/attachment.cgi?id=232429&action=review
> Source/WebCore/html/parser/HTMLSrcsetParser.h:68
> +// Space characters as defined by the HTML specification.
> +bool isHTMLSpace(UChar);
> +bool isHTMLLineBreak(UChar);
> +bool isNotHTMLSpace(UChar);
> +bool isHTMLSpaceButNotLineBreak(UChar character);
Wait, what? We don’t need these functions in two different header files.
--
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