mirror of
https://github.com/servo/servo.git
synced 2025-09-30 08:39:16 +01:00
indexeddb: Initialize DB version to zero in unit tests (#38911)
Continuation of https://github.com/servo/servo/pull/38819 Testing: Fixes indexeddb unit tests --------- Signed-off-by: Rodion Borovyk <rodion.borovyk@gmail.com>
This commit is contained in:
parent
814fa8ff2b
commit
3f6e2679dc
6 changed files with 227 additions and 235 deletions
|
@ -49,8 +49,8 @@ impl IndexedDBThreadFactory for IpcSender<IndexedDBThreadMsg> {
|
|||
|
||||
#[derive(Clone, Eq, Hash, PartialEq)]
|
||||
pub struct IndexedDBDescription {
|
||||
pub(super) origin: ImmutableOrigin,
|
||||
pub(super) name: String,
|
||||
pub origin: ImmutableOrigin,
|
||||
pub name: String,
|
||||
}
|
||||
|
||||
impl IndexedDBDescription {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue