summaryrefslogtreecommitdiffstats
path: root/dom/base/nsCCUncollectableMarker.cpp
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@gmail.com>2018-11-15 09:29:51 +0100
committerwolfbeast <mcwerewolf@gmail.com>2018-11-15 09:29:51 +0100
commita748fde4cde215f3da9c5f23e85448bc3c2b15a9 (patch)
tree986cd181b26cfa14d3193d9fe1f2a95dd4d9f806 /dom/base/nsCCUncollectableMarker.cpp
parentd8e3bde97d659c347a32d7441927d3b5b3824166 (diff)
downloadUXP-a748fde4cde215f3da9c5f23e85448bc3c2b15a9.tar
UXP-a748fde4cde215f3da9c5f23e85448bc3c2b15a9.tar.gz
UXP-a748fde4cde215f3da9c5f23e85448bc3c2b15a9.tar.lz
UXP-a748fde4cde215f3da9c5f23e85448bc3c2b15a9.tar.xz
UXP-a748fde4cde215f3da9c5f23e85448bc3c2b15a9.zip
Fix build bustage.
Tag #871
Diffstat (limited to 'dom/base/nsCCUncollectableMarker.cpp')
-rw-r--r--dom/base/nsCCUncollectableMarker.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/dom/base/nsCCUncollectableMarker.cpp b/dom/base/nsCCUncollectableMarker.cpp
index 0384e6e50..db4d0d351 100644
--- a/dom/base/nsCCUncollectableMarker.cpp
+++ b/dom/base/nsCCUncollectableMarker.cpp
@@ -194,7 +194,6 @@ MarkDocument(nsIDocument* aDoc, bool aCleanupJS, bool aPrepareForCC)
return;
}
- nsIDocument *doc = aViewer->GetDocument();
if (aDoc->GetMarkedCCGeneration() != nsCCUncollectableMarker::sGeneration) {
aDoc->MarkUncollectableForCCGeneration(nsCCUncollectableMarker::sGeneration);
if (aCleanupJS) {