From 63c39263d1abe33ce93e92d0eccdcb096913becb Mon Sep 17 00:00:00 2001 From: Nicholas Nethercote Date: Wed, 6 Aug 2014 16:19:55 -0700 Subject: [PATCH] No bug. Remove two "njn: ..." comments I accidentally left in. r=me. DONTBUILD because the patches contains only trivial comment changes. --HG-- extra : rebase_source : ecc0bd10c43c6d4223f5301ff11cbd2a56c9912b --- toolkit/components/aboutmemory/content/aboutMemory.js | 3 ++- xpcom/ds/nsAtomTable.cpp | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/toolkit/components/aboutmemory/content/aboutMemory.js b/toolkit/components/aboutmemory/content/aboutMemory.js index 432004f351a..6eb1c32f8a9 100644 --- a/toolkit/components/aboutmemory/content/aboutMemory.js +++ b/toolkit/components/aboutmemory/content/aboutMemory.js @@ -335,7 +335,8 @@ function onLoad() appendElementWithText(row2, "div", "opsRowLabel", "Save memory reports"); appendButton(row2, SvDesc, saveReportsToFile, "Measure and save" + kEllipsis); - // XXX njn: still not happy with the placement of this checkbox + // XXX: this isn't a great place for this checkbox, but I can't think of + // anywhere better. let label2 = appendElementWithText(labelDiv2, "label", ""); gAnonymize = appendElement(label2, "input", ""); gAnonymize.type = "checkbox"; diff --git a/xpcom/ds/nsAtomTable.cpp b/xpcom/ds/nsAtomTable.cpp index 421f30d58b4..dcd20e6917c 100644 --- a/xpcom/ds/nsAtomTable.cpp +++ b/xpcom/ds/nsAtomTable.cpp @@ -57,7 +57,6 @@ public: bool KeyEquals(KeyTypePointer aKey) const { - // njn: this is a heavyweight way to compare two char16ptr_t values! return mAtom->Equals(*aKey); }