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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 22 17:41:46 PDT 2010


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


Darin Adler <darin at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #53702|review?                     |review-
               Flag|                            |




--- Comment #9 from Darin Adler <darin at apple.com>  2010-04-22 17:41:45 PST ---
(From update of attachment 53702)
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?

-- 
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