Bug 59424

Summary: WebKit1 should build cleanly with strict OwnPtrs
Product: WebKit Reporter: Adam Barth <abarth>
Component: New BugsAssignee: Adam Barth <abarth>
Status: RESOLVED FIXED    
Severity: Normal CC: levin
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: OS X 10.5   
Attachments:
Description Flags
Patch levin: review+

Description Adam Barth 2011-04-25 23:21:19 PDT
WebKit1 should build cleanly with strict OwnPtrs
Comment 1 Adam Barth 2011-04-25 23:21:33 PDT
Created attachment 91067 [details]
Patch
Comment 2 David Levin 2011-04-25 23:23:11 PDT
Comment on attachment 91067 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=91067&action=review

one minor nit.

> Source/WebKit/mac/WebView/WebDeviceOrientationProviderMock.mm:28
> +#import <wtf/PassOwnPtr.h>

Should this be after the import that follows it?
Comment 3 Adam Barth 2011-04-25 23:25:02 PDT
Committed r84883: <http://trac.webkit.org/changeset/84883>