WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
Bug 72475
Specialize HashTraits for OwnPtr to use PassOwnPtr and raw pointer
https://bugs.webkit.org/show_bug.cgi?id=72475
Summary
Specialize HashTraits for OwnPtr to use PassOwnPtr and raw pointer
Darin Adler
Reported
2011-11-15 23:42:42 PST
To take advantage of the new support for pass type and peek type in HashMap we’ll have to specialize so that HashTraits uses the correct types.
Attachments
Patch
(2.00 KB, patch)
2011-11-16 00:18 PST
,
Darin Adler
aroben
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Darin Adler
Comment 1
2011-11-16 00:18:16 PST
Created
attachment 115340
[details]
Patch
Adam Roben (:aroben)
Comment 2
2011-11-16 08:33:43 PST
Comment on
attachment 115340
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=115340&action=review
> Source/JavaScriptCore/ChangeLog:11 > + of OwnPtr: OwnPtr<T> and OwnPtr<T*>.
I didn't realize we supported OwnPtr<T*>.
Darin Adler
Comment 3
2011-11-16 09:29:57 PST
Committed
r100462
: <
http://trac.webkit.org/changeset/100462
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug