[webkit-reviews] review granted: [Bug 107071] Introduce HTMLParserThread to be able to parse on a background thread : [Attachment 183072] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 16 17:50:01 PST 2013


Tony Gentilcore <tonyg at chromium.org> has granted Adam Barth
<abarth at webkit.org>'s request for review:
Bug 107071: Introduce HTMLParserThread to be able to parse on a background
thread
https://bugs.webkit.org/show_bug.cgi?id=107071

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

------- Additional Comments from Tony Gentilcore <tonyg at chromium.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=183072&action=review


lg with nits

> Source/WebCore/html/parser/HTMLParserThread.cpp:100
> +#endif // ENABLE(BLOB)

Copy/paste error here

> Source/WebCore/html/parser/HTMLParserThread.h:36
> +#include <stdio.h>

I suspect this is no longer necessary and was around for an old printf or
something.


More information about the webkit-reviews mailing list