LibWeb/IndexedDB: Add Key to Forward.h

This commit is contained in:
Sam Atkins 2026-06-17 12:14:00 +01:00 committed by Jelle Raaijmakers
parent a3e85ada85
commit 988045ca90

View file

@ -921,6 +921,7 @@ class IDBRequest;
class IDBTransaction;
class IDBVersionChangeEvent;
class Index;
class Key;
class ObjectStore;
class RequestList;