icecat: update to upstream version 128.0.14-1gnu1
This commit is contained in:
parent
0cdda4f34e
commit
56c3deff60
77 changed files with 8997 additions and 3862 deletions
|
|
@ -96,9 +96,7 @@ void ClearKeyPersistence::WriteIndex() {
|
|||
std::move(onIndexFail));
|
||||
}
|
||||
|
||||
ClearKeyPersistence::ClearKeyPersistence(Host_10* aHost) {
|
||||
this->mHost = aHost;
|
||||
}
|
||||
ClearKeyPersistence::ClearKeyPersistence(Host_11* aHost) : mHost(aHost) {}
|
||||
|
||||
void ClearKeyPersistence::EnsureInitialized(bool aPersistentStateAllowed,
|
||||
function<void()>&& aOnInitialized) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue