DescriptionEnable WTF::HashSet<OwnPtr<> >
Allow HashSet to have OwnPtr elements, this helps in
cases when the container needs to own its elements.
The client does not need to care about explicit calling
'deleteAllValues' funcion (it can be deprecated now).
The patch contains unit tests, and examples of real
using HashSet<OwnPtr<> > in XPathParser.
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=172738
Patch Set 1 #Patch Set 2 : Fixed implicit PassRefPtr -> RefPtr conversion in PtrHash<RefPtr>::hash() #Patch Set 3 : Fixed implicit conversion in PtrHash<RefPtr>::equal() #
Total comments: 5
Patch Set 4 : Met comments from Erik Corry #
Messages
Total messages: 7 (0 generated)
|