DefaultIntVersion 155 Source/modules/indexeddb/IDBFactory.cpp RefPtr<IDBOpenDBRequest> request = IDBOpenDBRequest::create(context, nullptr, 0, IDBDatabaseMetadata::DefaultIntVersion); DefaultIntVersion 73 Source/modules/indexeddb/IDBOpenDBRequest.cpp Nullable<unsigned long long> newVersionNullable = (m_version == IDBDatabaseMetadata::DefaultIntVersion) ? Nullable<unsigned long long>() : Nullable<unsigned long long>(m_version); DefaultIntVersion 96 Source/modules/indexeddb/IDBOpenDBRequest.cpp oldVersion = IDBDatabaseMetadata::DefaultIntVersion;