1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 22:48:11 +00:00

LibWeb: s_initialized should be static in the AttributeNames initialiser

This commit is contained in:
Emanuele Torre 2020-05-27 05:22:50 +02:00 committed by Andreas Kling
parent 5049e41223
commit 8d8c33833f

View file

@ -35,7 +35,7 @@ FlyString class_;
void initialize()
{
bool s_initialized = false;
static bool s_initialized = false;
if (s_initialized)
return;
id = "id";