Bug 28399

Summary: Use OwnPtr for GraphicsLayers
Product: WebKit Reporter: Simon Fraser (smfr) <simon.fraser>
Component: Layout and RenderingAssignee: Simon Fraser (smfr) <simon.fraser>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.5   
Attachments:
Description Flags
Patch
eric: review-
New patch eric: review+

Description Simon Fraser (smfr) 2009-08-17 10:48:54 PDT
We should use OwnPtr for GraphicsLayers, to avoid the need for manual deletion.
Comment 1 Simon Fraser (smfr) 2009-08-17 10:50:22 PDT
Created attachment 34977 [details]
Patch
Comment 2 Eric Seidel (no email) 2009-08-17 11:23:53 PDT
Comment on attachment 34977 [details]
Patch

no need for .get()->
Comment 3 Simon Fraser (smfr) 2009-08-17 11:26:32 PDT
Created attachment 34980 [details]
New patch
Comment 4 Eric Seidel (no email) 2009-08-17 11:28:02 PDT
Comment on attachment 34980 [details]
New patch

Looks good.
Comment 5 Simon Fraser (smfr) 2009-08-17 17:42:14 PDT
http://trac.webkit.org/changeset/47370