Bug 59424 - WebKit1 should build cleanly with strict OwnPtrs
Summary: WebKit1 should build cleanly with strict OwnPtrs
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other OS X 10.5
: P2 Normal
Assignee: Adam Barth
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-25 23:21 PDT by Adam Barth
Modified: 2011-04-25 23:25 PDT (History)
1 user (show)

See Also:


Attachments
Patch (5.49 KB, patch)
2011-04-25 23:21 PDT, Adam Barth
levin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>