Bug 23850 - Code cleanup of HTMLParser
Summary: Code cleanup of HTMLParser
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Page Loading (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-09 10:39 PST by Adam Treat
Modified: 2009-02-09 11:23 PST (History)
0 users

See Also:


Attachments
Cleanup the code in HTMLParser (44.33 KB, patch)
2009-02-09 10:48 PST, Adam Treat
sam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Treat 2009-02-09 10:39:45 PST
HTMLParser is using a mix of styles for member variables.  It also has some static functions which should take a 'const Node*' rather than a 'Node*' type.
Comment 1 Adam Treat 2009-02-09 10:48:56 PST
Created attachment 27487 [details]
Cleanup the code in HTMLParser