Bug 34820

Summary: Clean up unused member var and initialization in Document
Product: WebKit Reporter: Simon Fraser (smfr) <simon.fraser>
Component: DOMAssignee: Simon Fraser (smfr) <simon.fraser>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: OS X 10.5   
Attachments:
Description Flags
Patch levin: review+

Description Simon Fraser (smfr) 2010-02-10 17:20:10 PST
m_secureForms is never used, and no need to initialize Strings.
Comment 1 Simon Fraser (smfr) 2010-02-10 17:22:05 PST
Created attachment 48532 [details]
Patch
Comment 2 Simon Fraser (smfr) 2010-02-10 18:00:08 PST
I have been edumucated about the difference between null and empty strings, and will not make the m_title and m_rawTitle changes.
Comment 3 Simon Fraser (smfr) 2010-02-10 18:05:36 PST
http://trac.webkit.org/changeset/54636