Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 19b29dbb67bb5acd06a4419f1abcfe5c612dbd50
https://github.com/WebKit/WebKit/commit/19b29dbb67bb5acd06a4419f1abcfe5c612dbd50
Author: Adrian Perez de Castro <[email protected]>
Date: 2026-01-29 (Thu, 29 Jan 2026)
Changed paths:
M Source/WebKit/UIProcess/API/glib/IconDatabase.cpp
Log Message:
-----------
[GTK] IconDatabase tries to use IconDatabaseInfo table even if it does not
exist
https://bugs.webkit.org/show_bug.cgi?id=306568
Reviewed by Carlos Alberto Lopez Perez.
Check whether the IconDatabaseInfo table exists before attempting
to read data from it. When the table does not exist, the rest of
the version check code is skipped, and the table will be created
by the existing call to IconDatabase::createTablesIfNeeded() down
below.
* Source/WebKit/UIProcess/API/glib/IconDatabase.cpp:
(WebKit::IconDatabase::IconDatabase):
Canonical link: https://commits.webkit.org/306459@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications