Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 57f0a9d875fa145e20f2eee2e6977b9c8a7f83b5 https://github.com/WebKit/WebKit/commit/57f0a9d875fa145e20f2eee2e6977b9c8a7f83b5 Author: Fujii Hironori <hironori.fu...@sony.com> Date: 2025-03-05 (Wed, 05 Mar 2025)
Changed paths: M Source/WebCore/Modules/indexeddb/server/MemoryIndex.cpp M Source/WebCore/Modules/indexeddb/server/MemoryIndex.h M Source/WebCore/bindings/js/JSDOMWindowCustom.cpp M Source/WebCore/bindings/js/JSExecState.cpp M Source/WebCore/bindings/js/JSWorkerGlobalScopeCustom.cpp Log Message: ----------- Unreviewed non-unified source build fix 2025-03 (part 3) https://bugs.webkit.org/show_bug.cgi?id=288990 Added missing #include. Moved the definition of MemoryIndex::objectStore to MemoryIndex.cpp because MemoryIndex.h couldn't include MemoryObjectStore.h due to a recursive inclusion. * Source/WebCore/Modules/indexeddb/server/MemoryIndex.cpp: (WebCore::IDBServer::MemoryIndex::objectStore): * Source/WebCore/Modules/indexeddb/server/MemoryIndex.h: (WebCore::IDBServer::MemoryIndex::objectStore): Deleted. * Source/WebCore/bindings/js/JSDOMWindowCustom.cpp: * Source/WebCore/bindings/js/JSExecState.cpp: (WebCore::JSExecState::runTask): * Source/WebCore/bindings/js/JSWorkerGlobalScopeCustom.cpp: Canonical link: https://commits.webkit.org/291679@main To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications _______________________________________________ webkit-changes mailing list webkit-changes@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-changes