[webkit-reviews] review granted: [Bug 104009] Add an helper function in CSSParser to check for '/' character. : [Attachment 177500] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 4 10:07:52 PST 2012


Ryosuke Niwa <rniwa at webkit.org> has granted Alexis Menard (darktears)
<alexis at webkit.org>'s request for review:
Bug 104009: Add an helper function in CSSParser to check for '/' character.
https://bugs.webkit.org/show_bug.cgi?id=104009

Attachment 177500: Patch
https://bugs.webkit.org/attachment.cgi?id=177500&action=review

------- Additional Comments from Ryosuke Niwa <rniwa at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=177500&action=review


> Source/WebCore/css/CSSParser.cpp:1655
> +static inline bool isSlash(CSSParserValue* value)

We might want to call this isOperatorSlash or some other CSS-spec terminology.


More information about the webkit-reviews mailing list