summaryrefslogtreecommitdiffstats
path: root/WebCore/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/ChangeLog')
-rw-r--r--WebCore/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index d4ff396..dfbec52 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,16 @@
+2010-02-02 Steve Block <steveblock@google.com>
+
+ Reviewed by Adam Barth.
+
+ Adds virtual destructors for AbstractWeakReferenceMap and AbstractWeakReferenceMap::Visitor
+ https://bugs.webkit.org/show_bug.cgi?id=34434
+
+ No new tests, build fix only.
+
+ * bindings/v8/V8DOMMap.h: Modified.
+ (WebCore::AbstractWeakReferenceMap::~AbstractWeakReferenceMap): Added.
+ (WebCore::AbstractWeakReferenceMap::Visitor::~Visitor): Added.
+
2010-02-01 Philippe Normand <pnormand@igalia.com>
Rubber stamped by Xan Lopez.