Bug 109406 - Rename PreloadTask to StartTagScanner to match its purpose
Summary: Rename PreloadTask to StartTagScanner to match its purpose
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Eric Seidel (no email)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-11 00:42 PST by Eric Seidel (no email)
Modified: 2013-02-11 08:00 PST (History)
4 users (show)

See Also:


Attachments
Patch (2.51 KB, patch)
2013-02-11 00:43 PST, Eric Seidel (no email)
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Seidel (no email) 2013-02-11 00:42:51 PST
Rename PreloadTask to StarTagScanner to match its purpose
Comment 1 Eric Seidel (no email) 2013-02-11 00:43:28 PST
Created attachment 187522 [details]
Patch
Comment 2 Eric Seidel (no email) 2013-02-11 00:44:34 PST
Comment on attachment 187522 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=187522&action=review

> Source/WebCore/html/parser/HTMLPreloadScanner.cpp:72
> -            && m_tagName != scriptTag
> -            && m_tagName != baseTag)
> +            && m_tagName != scriptTag)

I also removed handling of baseTag in the earlier patch but failed to remove it from this if.
Comment 3 WebKit Review Bot 2013-02-11 08:00:24 PST
Comment on attachment 187522 [details]
Patch

Clearing flags on attachment: 187522

Committed r142475: <http://trac.webkit.org/changeset/142475>
Comment 4 WebKit Review Bot 2013-02-11 08:00:28 PST
All reviewed patches have been landed.  Closing bug.