[webkit-reviews] review granted: [Bug 62720] REGRESSION (r88719): 5by5.tv schedule is not visible : [Attachment 97362] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 15 14:12:45 PDT 2011


Darin Adler <darin at apple.com> has granted Oliver Hunt <oliver at apple.com>'s
request for review:
Bug 62720: REGRESSION (r88719): 5by5.tv schedule is not visible
https://bugs.webkit.org/show_bug.cgi?id=62720

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

------- Additional Comments from Darin Adler <darin at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=97362&action=review

> Source/JavaScriptCore/parser/Lexer.h:205
> +	       if ((!WTF::isASCII(*ptr)) || (*ptr == '\\') || (*ptr == '_') ||
(*ptr == '$'))

THat really looks like too many parentheses to me. Are there any other
characters that might be an issue.


More information about the webkit-reviews mailing list