fix: add patch to set the base download URL rather than override it completely (#22382)

This commit is contained in:
Samuel Attard 2020-02-25 14:57:28 -08:00 committed by GitHub
parent 3bc6809759
commit 7cae73fe7a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 60 additions and 1 deletions

View file

@ -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() {