summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/UIEvents/EventNames.h
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/Libraries/LibWeb/UIEvents/EventNames.h')
-rw-r--r--Userland/Libraries/LibWeb/UIEvents/EventNames.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Userland/Libraries/LibWeb/UIEvents/EventNames.h b/Userland/Libraries/LibWeb/UIEvents/EventNames.h
index 22e0892804..27dad4c5b1 100644
--- a/Userland/Libraries/LibWeb/UIEvents/EventNames.h
+++ b/Userland/Libraries/LibWeb/UIEvents/EventNames.h
@@ -8,6 +8,7 @@
#pragma once
#include <AK/DeprecatedFlyString.h>
+#include <AK/Error.h>
namespace Web::UIEvents::EventNames {
@@ -33,4 +34,6 @@ namespace Web::UIEvents::EventNames {
ENUMERATE_UI_EVENTS
#undef __ENUMERATE_UI_EVENT
+ErrorOr<void> initialize_strings();
+
}