mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-12 19:19:30 +00:00
LibWeb: s_initialized should be static in the AttributeNames initialiser
This commit is contained in:
parent
5049e41223
commit
8d8c33833f
Notes:
sideshowbarker
2024-07-19 06:05:44 +09:00
Author: https://github.com/emanuele6
Commit: 8d8c33833f
Pull-request: https://github.com/SerenityOS/serenity/pull/2413
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