Bug 23850

Summary: Code cleanup of HTMLParser
Product: WebKit Reporter: Adam Treat <manyoso>
Component: Page LoadingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: All   
Attachments:
Description Flags
Cleanup the code in HTMLParser sam: review+

Adam Treat
Reported 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.
Attachments
Cleanup the code in HTMLParser (44.33 KB, patch)
2009-02-09 10:48 PST, Adam Treat
sam: review+
Adam Treat
Comment 1 2009-02-09 10:48:56 PST
Created attachment 27487 [details] Cleanup the code in HTMLParser
Note You need to log in before you can comment on or make changes to this bug.