Bug 34820 - Clean up unused member var and initialization in Document
Summary: Clean up unused member var and initialization in Document
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: All OS X 10.5
: P2 Normal
Assignee: Simon Fraser (smfr)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-10 17:20 PST by Simon Fraser (smfr)
Modified: 2010-02-10 18:05 PST (History)
0 users

See Also:


Attachments
Patch (1.85 KB, patch)
2010-02-10 17:22 PST, Simon Fraser (smfr)
levin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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