Bug 1015644 - Follow-up to fix a logging-only build error. r=me and DONTBUILD because NPOTB

This commit is contained in:
Kartikaya Gupta 2014-07-17 09:27:34 -04:00
parent d2c5ea5656
commit fd98f39675

View File

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