[Webkit-unassigned] [Bug 37722] Allow to construct HashTraits<WebCore::QualifiedName>::constructDeletedValue

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 23 08:20:58 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=37722





--- Comment #11 from anton muhin <antonm at chromium.org>  2010-04-23 08:20:56 PST ---
(In reply to comment #9)
> (From update of attachment 53702 [details])
> WebCore/dom/QualifiedName.h:62
>  +      bool isHashTableDeletedValue() const { return !m_impl; }
> 
> This can't be right. It should be:
> 
>     bool isHashTableDeletedValue() { return m_impl == hashTableDeletedValue();
> }
> 
> Right?

Oh yes, thanks a lot for spotting this,Darin.  New patch uploaded.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list