Bug 1744397 - Simplify refresh code: remove aMetaRefresh argument. r=smaug
Differential Revision: https://phabricator.services.mozilla.com/D132861
This commit is contained in:
@@ -293,8 +293,7 @@ class nsDocShell final : public nsDocLoader,
|
||||
// the timer involved out of mRefreshURIList if it's there.
|
||||
// aTimer must not be null.
|
||||
nsresult ForceRefreshURIFromTimer(nsIURI* aURI, nsIPrincipal* aPrincipal,
|
||||
int32_t aDelay, bool aMetaRefresh,
|
||||
nsITimer* aTimer);
|
||||
int32_t aDelay, nsITimer* aTimer);
|
||||
|
||||
// We need dummy OnLocationChange in some cases to update the UI without
|
||||
// updating security info.
|
||||
|
||||
Reference in New Issue
Block a user