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); } }