Bug 103134 - RenderLayer minor clean-up: replace raw pointers with OwnPtrs.
Summary: RenderLayer minor clean-up: replace raw pointers with OwnPtrs.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ilya Tikhonovsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-23 06:02 PST by Ilya Tikhonovsky
Modified: 2012-11-23 06:56 PST (History)
7 users (show)

See Also:


Attachments
Patch (9.04 KB, patch)
2012-11-23 06:05 PST, Ilya Tikhonovsky
eric: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ilya Tikhonovsky 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.
Comment 1 Ilya Tikhonovsky 2012-11-23 06:05:12 PST
Created attachment 175790 [details]
Patch
Comment 2 Eric Seidel (no email) 2012-11-23 06:53:04 PST
Comment on attachment 175790 [details]
Patch

Yay!
Comment 3 Ilya Tikhonovsky 2012-11-23 06:56:35 PST
Committed r135605: <http://trac.webkit.org/changeset/135605>