зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1674382 - Fix typo in function name. r=nika
Differential Revision: https://phabricator.services.mozilla.com/D96893
This commit is contained in:
Родитель
14c871661c
Коммит
4610c824d1
|
@ -562,7 +562,7 @@ void nsDOMNavigationTiming::MaybeSubmitTimeToLoadEventPreloadTelemetry(
|
|||
|
||||
if (const ContentChild* cc = ContentChild::GetSingleton();
|
||||
cc && !(IsWebRemoteType(cc->GetRemoteType()) ||
|
||||
IsPriviligedMozillaRemoteType(cc->GetRemoteType()))) {
|
||||
IsPrivilegedMozillaRemoteType(cc->GetRemoteType()))) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
@ -738,7 +738,7 @@ bool IsWebCoopCoepRemoteType(const nsACString& aContentProcessType) {
|
|||
WITH_COOP_COEP_REMOTE_TYPE_PREFIX);
|
||||
}
|
||||
|
||||
bool IsPriviligedMozillaRemoteType(const nsACString& aContentProcessType) {
|
||||
bool IsPrivilegedMozillaRemoteType(const nsACString& aContentProcessType) {
|
||||
return aContentProcessType == PRIVILEGEDMOZILLA_REMOTE_TYPE;
|
||||
}
|
||||
|
||||
|
|
|
@ -1612,7 +1612,7 @@ bool IsWebRemoteType(const nsACString& aContentProcessType);
|
|||
|
||||
bool IsWebCoopCoepRemoteType(const nsACString& aContentProcessType);
|
||||
|
||||
bool IsPriviligedMozillaRemoteType(const nsACString& aContentProcessType);
|
||||
bool IsPrivilegedMozillaRemoteType(const nsACString& aContentProcessType);
|
||||
|
||||
inline nsISupports* ToSupports(mozilla::dom::ContentParent* aContentParent) {
|
||||
return static_cast<nsIDOMProcessParent*>(aContentParent);
|
||||
|
|
Загрузка…
Ссылка в новой задаче