fix: add patch to set the base download URL rather than override it completely (#22382)
This commit is contained in:
parent
3bc6809759
commit
7cae73fe7a
3 changed files with 60 additions and 1 deletions
|
@ -816,7 +816,7 @@ void SetSpellCheckerDictionaryDownloadURL(gin_helper::ErrorThrower thrower,
|
|||
"valid URL");
|
||||
return;
|
||||
}
|
||||
SpellcheckHunspellDictionary::SetDownloadURLForTesting(url);
|
||||
SpellcheckHunspellDictionary::SetBaseDownloadURL(url);
|
||||
}
|
||||
|
||||
v8::Local<v8::Promise> Session::ListWordsInSpellCheckerDictionary() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue