[SCM] WebKit Debian packaging branch, debian/experimental, updated. debian/1.3.8-1-1049-g2e11a8e
beidson at apple.com
beidson at apple.com
Fri Jan 21 14:55:21 UTC 2011
The following commit has been merged in the debian/experimental branch:
commit 1b41f21ff89620a834d47f36091e16fa3f98f49e
Author: beidson at apple.com <beidson at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Tue Jan 4 21:23:20 2011 +0000
Attach a radar # to this FIXME:
* WebProcess/WebPage/WebBackForwardListProxy.cpp:
Rubberstamped by Anders Carlsson.
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@74999 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebKit2/ChangeLog b/WebKit2/ChangeLog
index b24d28e..81721cd 100644
--- a/WebKit2/ChangeLog
+++ b/WebKit2/ChangeLog
@@ -1,3 +1,10 @@
+2011-01-04 Brady Eidson <beidson at apple.com>
+
+ Rubberstamped by Anders Carlsson.
+
+ Attach a radar # to this FIXME:
+ * WebProcess/WebPage/WebBackForwardListProxy.cpp:
+
2011-01-04 Anders Carlsson <andersca at apple.com>
Reviewed by John Sullivan.
diff --git a/WebKit2/WebProcess/WebPage/WebBackForwardListProxy.cpp b/WebKit2/WebProcess/WebPage/WebBackForwardListProxy.cpp
index 9dd4520..50ff16c 100644
--- a/WebKit2/WebProcess/WebPage/WebBackForwardListProxy.cpp
+++ b/WebKit2/WebProcess/WebPage/WebBackForwardListProxy.cpp
@@ -40,8 +40,8 @@ namespace WebKit {
static const unsigned DefaultCapacity = 100;
static const unsigned NoCurrentItemIndex = UINT_MAX;
-// FIXME: This leaks all HistoryItems that go into these maps. We need to clear
-// up the life time of these objects.
+// FIXME <rdar://problem/8819268>: This leaks all HistoryItems that go into these maps.
+// We need to clear up the life time of these objects.
typedef HashMap<uint64_t, RefPtr<HistoryItem> > IDToHistoryItemMap;
typedef HashMap<RefPtr<HistoryItem>, uint64_t> HistoryItemToIDMap;
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list