mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1015644 - Follow-up to fix a logging-only build error. r=me and DONTBUILD because NPOTB
This commit is contained in:
parent
5d5e6e61fa
commit
ccf5b94f0d
@ -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);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user