Bug 109406

Summary: Rename PreloadTask to StartTagScanner to match its purpose
Product: WebKit Reporter: Eric Seidel (no email) <eric>
Component: New BugsAssignee: Eric Seidel (no email) <eric>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, ojan.autocc, tonyg, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

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.