Bug 1559414 - Rename unaudited pre-fission methods with SameProcess for future audit burndown. r=nika
Differential Revision: https://phabricator.services.mozilla.com/D39378
This commit is contained in:
@@ -1223,7 +1223,7 @@ bool ChromeTooltipListener::WebProgressShowedTooltip(
|
||||
// alive here. So we use the document hierarchy instead:
|
||||
Document* document = lastUsed->GetDocument();
|
||||
if (document) {
|
||||
document = document->GetParentDocument();
|
||||
document = document->GetInProcessParentDocument();
|
||||
}
|
||||
if (!document) {
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user