From fd98f39675b082f33dfb8d414a9b741af761018b Mon Sep 17 00:00:00 2001 From: Kartikaya Gupta Date: Thu, 17 Jul 2014 09:27:34 -0400 Subject: [PATCH] Bug 1015644 - Follow-up to fix a logging-only build error. r=me and DONTBUILD because NPOTB --- gfx/layers/apz/util/ActiveElementManager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gfx/layers/apz/util/ActiveElementManager.cpp b/gfx/layers/apz/util/ActiveElementManager.cpp index 6afb4e057fa..b75b80c1f91 100644 --- a/gfx/layers/apz/util/ActiveElementManager.cpp +++ b/gfx/layers/apz/util/ActiveElementManager.cpp @@ -147,7 +147,7 @@ ActiveElementManager::ResetActive() if (mTarget) { dom::Element* root = mTarget->OwnerDoc()->GetDocumentElement(); if (root) { - AEM_LOG("Found root %p, making active\n", root.get()); + AEM_LOG("Found root %p, making active\n", root); SetActive(root); } }