Bug 59361

Summary: Fix strict OwnPtr violations in Render*.cpp
Product: WebKit Reporter: James Robinson <jamesr>
Component: New BugsAssignee: James Robinson <jamesr>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: OS X 10.5   
Attachments:
Description Flags
Patch abarth: review+

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.