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:
parent
5049e41223
commit
8d8c33833f
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ FlyString class_;
|
|||
|
||||
void initialize()
|
||||
{
|
||||
bool s_initialized = false;
|
||||
static bool s_initialized = false;
|
||||
if (s_initialized)
|
||||
return;
|
||||
id = "id";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue