[webkit-reviews] review granted: [Bug 108027] Enable the preload scanner on the background parser thread : [Attachment 188452] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 15 10:29:20 PST 2013


Tony Gentilcore <tonyg at chromium.org> has granted Adam Barth
<abarth at webkit.org>'s request for review:
Bug 108027: Enable the preload scanner on the background parser thread
https://bugs.webkit.org/show_bug.cgi?id=108027

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

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


> Source/WebCore/html/parser/BackgroundHTMLParser.h:87
> +    explicit
BackgroundHTMLParser(PassRefPtr<WeakReference<BackgroundHTMLParser> >,
PassOwnPtr<Configuration>);

Remove explicit, this has 2 args.


More information about the webkit-reviews mailing list