[webkit-reviews] review granted: [Bug 65000] Refactor HTML tokenizer code in preparation for a new XML tokenizer : [Attachment 101799] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 22 18:15:14 PDT 2011


Adam Barth <abarth at webkit.org> has granted Jeffrey Pfau <jeffrey at endrift.com>'s
request for review:
Bug 65000: Refactor HTML tokenizer code in preparation for a new XML tokenizer
https://bugs.webkit.org/show_bug.cgi?id=65000

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

------- Additional Comments from Adam Barth <abarth at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=101799&action=review


> Source/WebCore/html/parser/HTMLTokenizer.cpp:110
> +    && (m_state == HTMLTokenizerState::DataState
> +	   || m_state == HTMLTokenizerState::RCDATAState
> +	   || m_state == HTMLTokenizerState::RAWTEXTState
> +	   || m_state == HTMLTokenizerState::PLAINTEXTState);

Bad indent


More information about the webkit-reviews mailing list