RESOLVED FIXED Bug 59469
Use OwnArrayPtr<T> instead of OwnPtr<T*> in ScopeTracer
https://bugs.webkit.org/show_bug.cgi?id=59469
Summary Use OwnArrayPtr<T> instead of OwnPtr<T*> in ScopeTracer
Adrienne Walker
Reported 2011-04-26 10:56:58 PDT
Use OwnArrayPtr<T> instead of OwnPtr<T*> in ScopeTracer
Attachments
Patch (1.47 KB, patch)
2011-04-26 10:57 PDT, Adrienne Walker
ggaren: review+
Adrienne Walker
Comment 1 2011-04-26 10:57:20 PDT
Adrienne Walker
Comment 2 2011-04-26 11:01:13 PDT
This patch is in preparation for disallowing raw pointers stored in OwnPtr.
Geoffrey Garen
Comment 3 2011-04-26 11:16:57 PDT
Comment on attachment 91127 [details] Patch r=me
Adrienne Walker
Comment 4 2011-04-26 11:58:52 PDT
Note You need to log in before you can comment on or make changes to this bug.