[webkit-reviews] review granted: [Bug 107082] Introduce a method to build the tree from a CompactHTMLToken : [Attachment 183088] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 16 18:37:55 PST 2013


Adam Barth <abarth at webkit.org> has granted Tony Gentilcore
<tonyg at chromium.org>'s request for review:
Bug 107082: Introduce a method to build the tree from a CompactHTMLToken
https://bugs.webkit.org/show_bug.cgi?id=107082

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

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


> Source/WebCore/html/parser/HTMLToken.h:121
> +	   case HTMLTokenTypes::EndTag: {

I'd skip the { } here since we don't have them for other cases.


More information about the webkit-reviews mailing list