mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
Everywhere: Replace AK::Singleton => Singleton
This commit is contained in:
@@ -24,7 +24,7 @@ struct FlyStringImplTraits : public Traits<StringImpl*> {
|
||||
}
|
||||
};
|
||||
|
||||
static AK::Singleton<HashTable<StringImpl*, FlyStringImplTraits>> s_table;
|
||||
static Singleton<HashTable<StringImpl*, FlyStringImplTraits>> s_table;
|
||||
|
||||
static HashTable<StringImpl*, FlyStringImplTraits>& fly_impls()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user