RESOLVED FIXED Bug 59361
Fix strict OwnPtr violations in Render*.cpp
https://bugs.webkit.org/show_bug.cgi?id=59361
Summary Fix strict OwnPtr violations in Render*.cpp
James Robinson
Reported 2011-04-25 15:42:25 PDT
Fix strict OwnPtr violations in Render*.cpp
Attachments
Patch (11.74 KB, patch)
2011-04-25 15:43 PDT, James Robinson
abarth: review+
James Robinson
Comment 1 2011-04-25 15:43:04 PDT
James Robinson
Comment 2 2011-04-25 15:43:26 PDT
RenderStyle.cpp still doesn't compile in strict mode with this patch, but that issue seems more involved.
Adam Barth
Comment 3 2011-04-25 15:44:28 PDT
Comment on attachment 90966 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=90966&action=review > Source/WebCore/rendering/RenderBlock.cpp:1092 > - OwnPtr<DelayedUpdateScrollInfoSet> infoSet(gDelayedUpdateScrollInfoSet); > + OwnPtr<DelayedUpdateScrollInfoSet> infoSet(adoptPtr(gDelayedUpdateScrollInfoSet)); Wah?
James Robinson
Comment 4 2011-04-25 15:54:20 PDT
Note You need to log in before you can comment on or make changes to this bug.