[Webkit-unassigned] [Bug 34434] [Android] AbstractWeakReferenceMap in V8DOMMap.h needs a virtual destructor
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Feb 1 10:38:43 PST 2010
https://bugs.webkit.org/show_bug.cgi?id=34434
--- Comment #5 from Adam Barth <abarth at webkit.org> 2010-02-01 10:38:43 PST ---
+ virtual ~AbstractWeakReferenceMap
That's fine, but
+ virtual ~Visitor
that's not correct. Objects are never deleted via Vistor pointers and
inheriting from the Visitor interface shouldn't force an object to have a
virtual destructor. I feel like we had that discussion on another bug and
found another solution.
--
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