RESOLVED FIXED 103134
RenderLayer minor clean-up: replace raw pointers with OwnPtrs.
https://bugs.webkit.org/show_bug.cgi?id=103134
Summary RenderLayer minor clean-up: replace raw pointers with OwnPtrs.
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.