mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-22 04:13:06 +09:00
follow-up Issue #1691 - Part 6b, fix code that codepath is removed by upstream but remaining here
This commit is contained in:
parent
beb68187e5
commit
80d11ebc38
1 changed files with 1 additions and 1 deletions
|
|
@ -2702,7 +2702,7 @@ ScriptLoader::HandleLoadError(ScriptLoadRequest *aRequest, nsresult aResult) {
|
|||
* array of blocked tracking nodes under its parent document.
|
||||
*/
|
||||
if (aResult == NS_ERROR_TRACKING_URI) {
|
||||
nsCOMPtr<nsIContent> cont = do_QueryInterface(aRequest->mElement);
|
||||
nsCOMPtr<nsIContent> cont = do_QueryInterface(aRequest->Element());
|
||||
mDocument->AddBlockedTrackingNode(cont);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue