RESOLVED FIXED 109742
CSSPreloadScanner should not depend on HTMLToken
https://bugs.webkit.org/show_bug.cgi?id=109742
Summary CSSPreloadScanner should not depend on HTMLToken
Adam Barth
Reported 2013-02-13 13:21:47 PST
CSSPreloadScanner should not depend on HTMLToken
Attachments
Patch (4.76 KB, patch)
2013-02-13 13:23 PST, Adam Barth
no flags
Adam Barth
Comment 1 2013-02-13 13:23:02 PST
Eric Seidel (no email)
Comment 2 2013-02-13 13:27:48 PST
Comment on attachment 188162 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=188162&action=review > Source/WebCore/html/parser/CSSPreloadScanner.cpp:61 > +void CSSPreloadScanner::scan(const LChar* begin, const LChar* end, Vector<OwnPtr<PreloadRequest> >& requests) This is just a template. :) > Source/WebCore/html/parser/CSSPreloadScanner.h:44 > + void scan(const LChar* begin, const LChar* end, Vector<OwnPtr<PreloadRequest> >&); This isn't currently used, or?
Adam Barth
Comment 3 2013-02-13 13:28:35 PST
(In reply to comment #2) > (From update of attachment 188162 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=188162&action=review > > > Source/WebCore/html/parser/CSSPreloadScanner.cpp:61 > > +void CSSPreloadScanner::scan(const LChar* begin, const LChar* end, Vector<OwnPtr<PreloadRequest> >& requests) > > This is just a template. :) Yes. ;) > > Source/WebCore/html/parser/CSSPreloadScanner.h:44 > > + void scan(const LChar* begin, const LChar* end, Vector<OwnPtr<PreloadRequest> >&); > > This isn't currently used, or? Current unused. I can add it later when we need it if you like.
WebKit Review Bot
Comment 4 2013-02-13 14:42:08 PST
Comment on attachment 188162 [details] Patch Clearing flags on attachment: 188162 Committed r142803: <http://trac.webkit.org/changeset/142803>
WebKit Review Bot
Comment 5 2013-02-13 14:42:12 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.