LibWebView+WebContent: Prefix AK::Duration with AK Namespace

This commit is contained in:
Andrew Kaster 2024-07-16 23:46:11 -06:00 committed by Sam Atkins
commit 28093fecae
Notes: sideshowbarker 2024-07-18 23:46:39 +09:00
2 changed files with 2 additions and 2 deletions

View file

@ -18,7 +18,7 @@
namespace WebView {
static constexpr auto DATABASE_SYNCHRONIZATION_TIMER = Duration::from_seconds(30);
static constexpr auto DATABASE_SYNCHRONIZATION_TIMER = AK::Duration::from_seconds(30);
ErrorOr<NonnullOwnPtr<CookieJar>> CookieJar::create(Database& database)
{