Bug 28378 - HTMLViewSourceDocument should use smart pointers
Summary: HTMLViewSourceDocument should use smart pointers
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Darin Adler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-16 22:12 PDT by Darin Adler
Modified: 2009-08-17 00:14 PDT (History)
0 users

See Also:


Attachments
patch (7.10 KB, patch)
2009-08-16 22:16 PDT, Darin Adler
no flags Details | Formatted Diff | Diff
patch (6.76 KB, patch)
2009-08-16 22:17 PDT, Darin Adler
mitz: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Darin Adler 2009-08-16 22:12:17 PDT
The code in HTMLViewSourceDocument uses raw pointers in a few places where it should use smart pointers instead.
Comment 1 Darin Adler 2009-08-16 22:16:33 PDT
Created attachment 34950 [details]
patch
Comment 2 Darin Adler 2009-08-16 22:17:22 PDT
Created attachment 34951 [details]
patch
Comment 3 Darin Adler 2009-08-17 00:14:57 PDT
http://trac.webkit.org/changeset/47353