Bug 1671922 - Minor tweak to a comment, r=emilio

Differential Revision: https://phabricator.services.mozilla.com/D93997
This commit is contained in:
Olli Pettay
2020-10-19 12:44:21 +00:00
parent 87e2922e31
commit 26f72ec103

View File

@@ -7195,7 +7195,7 @@ nsresult nsDocShell::RestorePresentation(nsISHEntry* aSHEntry,
// to the event loop. This mimics the way it is called by nsIChannel
// implementations.
// Revoke any pending restore (just in case)
// Revoke any pending restore (just in case).
NS_ASSERTION(!mRestorePresentationEvent.IsPending(),
"should only have one RestorePresentationEvent");
mRestorePresentationEvent.Revoke();