New issue
Advanced search Search tips

Issue 613664 link

Starred by 1 user

Issue metadata

Status: Duplicate
Merged: issue 614112
Owner: ----
Closed: Jun 2016
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: All
Pri: 2
Type: Bug

Blocking:
issue 613679



Sign in to add a comment

HeapListHashSet needs to support WeakMember values

Project Member Reported by szager@chromium.org, May 20 2016

Issue description

Support for HeapHashSet<WeakMember> was added here:

https://codereview.chromium.org/319593004

... but HeapListHashSet<WeakMember> is still unsupported:

https://code.google.com/p/chromium/codesearch#chromium/src/third_party/WebKit/Source/wtf/ListHashSet.h&l=1029

We needs it.
 

Comment 1 by szager@chromium.org, May 20 2016

Blocking: 613679
Ping.  This blocks a bug I want to fix for the next milestone.  Any chance this will get some attention?
Might (Heap)LinkedHashSet work for you? See issue 614112.
Mergedinto: 614112
Status: Duplicate (was: Untriaged)
LinkedHashSet will work for me, marking this duplicate.  Thanks for the pointer.

Sign in to add a comment