Bug 59469 - Use OwnArrayPtr<T> instead of OwnPtr<T*> in ScopeTracer
Summary: Use OwnArrayPtr<T> instead of OwnPtr<T*> in ScopeTracer
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: Adrienne Walker
URL:
Keywords:
Depends on:
Blocks: 59470
  Show dependency treegraph
 
Reported: 2011-04-26 10:56 PDT by Adrienne Walker
Modified: 2011-04-26 14:02 PDT (History)
2 users (show)

See Also:


Attachments
Patch (1.47 KB, patch)
2011-04-26 10:57 PDT, Adrienne Walker
ggaren: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Adrienne Walker 2011-04-26 10:56:58 PDT
Use OwnArrayPtr<T> instead of OwnPtr<T*> in ScopeTracer
Comment 1 Adrienne Walker 2011-04-26 10:57:20 PDT
Created attachment 91127 [details]
Patch
Comment 2 Adrienne Walker 2011-04-26 11:01:13 PDT
This patch is in preparation for disallowing raw pointers stored in OwnPtr.
Comment 3 Geoffrey Garen 2011-04-26 11:16:57 PDT
Comment on attachment 91127 [details]
Patch

r=me
Comment 4 Adrienne Walker 2011-04-26 11:58:52 PDT
Committed r84940: <http://trac.webkit.org/changeset/84940>