[Webkit-unassigned] [Bug 42900] [JSC] JavaScript parsing error when loading Equifax web page

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 23 12:14:19 PDT 2010


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





--- Comment #7 from Oliver Hunt <oliver at apple.com>  2010-07-23 12:14:19 PST ---
> ECMA262 doesn't specify it but based on testing <!-- and --> should both be treated as though the start single line comments.


Which we do do, although we require --> to be at the beginning of a line for it to be consider a comment.  I presume at some point we've made multiline comments be treated as stuff on the line (setting m_atLineStart to false).  However neither mozilla nor chrome hjave the beginning of the line requirement

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