[Webkit-unassigned] [Bug 39275] Make it possible to enable the new HTML5Tokenizer for testing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 18 02:21:49 PDT 2010


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





--- Comment #2 from Adam Barth <abarth at webkit.org>  2010-05-18 02:21:49 PST ---
(From update of attachment 56339)
WebCore/html/HTML5Tokenizer.cpp:59
 +          if (m_lexer->nextToken(m_source, token)) {
nextToken is void.  There's an EOF token that means we're done.

WebCore/page/Settings.h:312
 +          bool usesHTML5Parser() const { return m_usesHTML5Parser; }
use instead of uses?

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