Bug 143944 - Remove some stray uses of OwnPtr and PassOwnPtr in WTF (outside of the template definitions and traits)
Summary: Remove some stray uses of OwnPtr and PassOwnPtr in WTF (outside of the templa...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Template Framework (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Darin Adler
URL:
Keywords:
Depends on:
Blocks: 128007
  Show dependency treegraph
 
Reported: 2015-04-19 23:27 PDT by Darin Adler
Modified: 2015-04-21 08:52 PDT (History)
0 users

See Also:


Attachments
Patch (5.20 KB, patch)
2015-04-19 23:31 PDT, Darin Adler
no flags Details | Formatted Diff | Diff
Patch (6.41 KB, patch)
2015-04-20 09:49 PDT, Darin Adler
kling: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Darin Adler 2015-04-19 23:27:47 PDT
Remove some stray uses of OwnPtr and PassOwnPtr in WTF (outside of the template definitions and traits)
Comment 1 Darin Adler 2015-04-19 23:31:15 PDT
Created attachment 251148 [details]
Patch
Comment 2 Darin Adler 2015-04-19 23:48:29 PDT
I’ll upload a new patch that fixes the iOS build soon. Just need to add an include of OwnPtr.h it seems.
Comment 3 Darin Adler 2015-04-20 09:49:28 PDT
Created attachment 251163 [details]
Patch
Comment 4 Andreas Kling 2015-04-20 13:29:36 PDT
Comment on attachment 251163 [details]
Patch

r=me
Comment 5 Darin Adler 2015-04-21 08:52:11 PDT
Committed r183063: <http://trac.webkit.org/changeset/183063>