Bug 115799

Summary: HashTraits<RefPtr<P> >::peek should consider empty value
Product: WebKit Reporter: Mikhail Pozdnyakov <mikhail.pozdnyakov>
Component: Web Template FrameworkAssignee: Mikhail Pozdnyakov <mikhail.pozdnyakov>
Status: RESOLVED FIXED    
Severity: Normal CC: andersca, benjamin, cmarcelo, commit-queue, darin
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
patch none

Description Mikhail Pozdnyakov 2013-05-08 06:53:29 PDT
HashTraits<RefPtr<P> >::peek should consider empty value which is raw pointer equal to 0, and return it right away instead of converting it to RefPtr and invoking get().
Comment 1 Mikhail Pozdnyakov 2013-05-08 06:58:13 PDT
Created attachment 201070 [details]
patch
Comment 2 WebKit Commit Bot 2013-05-08 08:08:09 PDT
Comment on attachment 201070 [details]
patch

Clearing flags on attachment: 201070

Committed r149739: <http://trac.webkit.org/changeset/149739>
Comment 3 WebKit Commit Bot 2013-05-08 08:08:11 PDT
All reviewed patches have been landed.  Closing bug.