mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1208517 - Use the legacy opt-out in CanAccessNativeAnon for now to avoid crashes. r=me
This commit is contained in:
parent
ac5c12ad4c
commit
27cd11b1fe
@ -6098,7 +6098,7 @@ nsContentTypeParser::GetParameter(const char* aParameterName, nsAString& aResult
|
||||
bool
|
||||
nsContentUtils::CanAccessNativeAnon()
|
||||
{
|
||||
return IsCallerChrome() || IsCallerContentXBL();
|
||||
return LegacyIsCallerChromeOrNativeCode() || IsCallerContentXBL();
|
||||
}
|
||||
|
||||
/* static */ nsresult
|
||||
|
Loading…
Reference in New Issue
Block a user