mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 20:17:44 +00:00
LibWeb: Port {HTML,UIEvents,XHR}::EventNames to new String
This commit is contained in:
parent
d6cf9f5329
commit
4d87072201
42 changed files with 149 additions and 142 deletions
|
@ -6,8 +6,8 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include <AK/DeprecatedFlyString.h>
|
||||
#include <AK/Error.h>
|
||||
#include <AK/FlyString.h>
|
||||
|
||||
namespace Web::XHR::EventNames {
|
||||
|
||||
|
@ -21,7 +21,7 @@ namespace Web::XHR::EventNames {
|
|||
__ENUMERATE_XHR_EVENT(timeout) \
|
||||
__ENUMERATE_XHR_EVENT(loadend)
|
||||
|
||||
#define __ENUMERATE_XHR_EVENT(name) extern DeprecatedFlyString name;
|
||||
#define __ENUMERATE_XHR_EVENT(name) extern FlyString name;
|
||||
ENUMERATE_XHR_EVENTS
|
||||
#undef __ENUMERATE_XHR_EVENT
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue