Bug 103134

Summary: RenderLayer minor clean-up: replace raw pointers with OwnPtrs.
Product: WebKit Reporter: Ilya Tikhonovsky <loislo>
Component: Layout and RenderingAssignee: Ilya Tikhonovsky <loislo>
Status: RESOLVED FIXED    
Severity: Normal CC: eric, hyatt, jamesr, koivisto, ojan, simon.fraser, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch eric: review+

Ilya Tikhonovsky
Reported 2012-11-23 06:02:37 PST
I found that RenderLayer still uses raw pointers to the objects which it owns. Looks like these pointers could be replaced with OwnPtrs. Patch to follow.
Attachments
Patch (9.04 KB, patch)
2012-11-23 06:05 PST, Ilya Tikhonovsky
eric: review+
Ilya Tikhonovsky
Comment 1 2012-11-23 06:05:12 PST
Eric Seidel (no email)
Comment 2 2012-11-23 06:53:04 PST
Comment on attachment 175790 [details] Patch Yay!
Ilya Tikhonovsky
Comment 3 2012-11-23 06:56:35 PST
Note You need to log in before you can comment on or make changes to this bug.