Bug 72475

Summary: Specialize HashTraits for OwnPtr to use PassOwnPtr and raw pointer
Product: WebKit Reporter: Darin Adler <darin>
Component: Web Template FrameworkAssignee: Darin Adler <darin>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 72474    
Bug Blocks: 70565    
Attachments:
Description Flags
Patch aroben: review+

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+
Darin Adler
Comment 1 2011-11-16 00:18:16 PST
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
Note You need to log in before you can comment on or make changes to this bug.