Bug 1834874 - P2: Remove DocAccessiblePlatformExt. r=Jamie,ipc-reviewers,mccr8

Since we removed the last dependency on this subprotocol, we can now
remove it.

Differential Revision: https://phabricator.services.mozilla.com/D181321
This commit is contained in:
Eitan Isaacson
2023-06-20 18:15:43 +00:00
parent fbccddcd6e
commit 5504aa2091
23 changed files with 1 additions and 327 deletions

View File

@@ -991,9 +991,6 @@ void NotificationController::WillRefresh(mozilla::TimeStamp aTime) {
->SendPDocAccessibleConstructor(
ipcDoc, parentIPCDoc, id,
childDoc->DocumentNode()->GetBrowsingContext());
#ifndef XP_WIN
ipcDoc->SendPDocAccessiblePlatformExtConstructor();
#endif
}
}
}