[Webkit-unassigned] [Bug 42976] Implement IDBKeyPath parser.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Aug 2 03:08:18 PDT 2010
https://bugs.webkit.org/show_bug.cgi?id=42976
--- Comment #12 from Andrei Popescu <andreip at google.com> 2010-08-02 03:08:19 PST ---
> void IDBKeyPath::parse()
> (...)
> case Array : {
> (...)
> m_lexer.next();
> token = m_lexer.currentToken();
Same question here as in 42976: You are only checking for dot or left bracket. But what if tokEnd follows? Seems like you're returning ParserErrorAfterArray in that case?
--
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