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
d2c5ea5656
commit
fd98f39675
@ -147,7 +147,7 @@ ActiveElementManager::ResetActive()
|
|||||||
if (mTarget) {
|
if (mTarget) {
|
||||||
dom::Element* root = mTarget->OwnerDoc()->GetDocumentElement();
|
dom::Element* root = mTarget->OwnerDoc()->GetDocumentElement();
|
||||||
if (root) {
|
if (root) {
|
||||||
AEM_LOG("Found root %p, making active\n", root.get());
|
AEM_LOG("Found root %p, making active\n", root);
|
||||||
SetActive(root);
|
SetActive(root);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user