mirror of
https://github.com/zebrajr/ladybird.git
synced 2025-12-06 00:19:53 +01:00
LibWeb/Editing: Fix small copy-paste error
Was introduced in https://github.com/LadybirdBrowser/ladybird/pull/2655
This commit is contained in:
parent
941e25b0dc
commit
124a4f12e4
|
|
@ -20,7 +20,7 @@ void initialize_strings()
|
|||
|
||||
#define __ENUMERATE_COMMAND_NAME(name) name = #name##_fly_string;
|
||||
ENUMERATE_COMMAND_NAMES
|
||||
#undef __ENUMERATE_MATHML_TAG
|
||||
#undef __ENUMERATE_COMMAND_NAME
|
||||
delete_ = "delete"_fly_string;
|
||||
|
||||
s_initialized = true;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user