mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 04:39:06 +00:00
LibWeb: Fix alphabetical sorting in LibWeb/Forward.h
This commit is contained in:
parent
6708251968
commit
3ac7ba7f58
Notes:
github-actions[bot]
2024-10-31 19:05:34 +00:00
Author: https://github.com/kalenikaliaksandr
Commit: 3ac7ba7f58
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2091
Reviewed-by: https://github.com/trflynn89 ✅
1 changed files with 2 additions and 2 deletions
|
@ -13,9 +13,9 @@
|
|||
#include <LibJS/Forward.h>
|
||||
|
||||
namespace Web {
|
||||
class InputEventsTarget;
|
||||
class DragAndDropEventHandler;
|
||||
class EventHandler;
|
||||
class InputEventsTarget;
|
||||
class LoadRequest;
|
||||
class Page;
|
||||
class PageClient;
|
||||
|
@ -267,10 +267,10 @@ class DocumentType;
|
|||
class DOMEventListener;
|
||||
class DOMImplementation;
|
||||
class DOMTokenList;
|
||||
class EditingHostManager;
|
||||
class Element;
|
||||
class Event;
|
||||
class EventHandler;
|
||||
class EditingHostManager;
|
||||
class EventTarget;
|
||||
class HTMLCollection;
|
||||
class HTMLFormControlsCollection;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue