1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 01:37:36 +00:00

LibWeb: Move Timer from DOM directory & namespace to HTML

Timers are part of the HTML spec. :^)
https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#timers
This commit is contained in:
Linus Groh 2022-03-07 23:54:56 +01:00
parent 1422bd45eb
commit 0706f0d487
6 changed files with 15 additions and 15 deletions

View file

@ -119,7 +119,6 @@ class ShadowRoot;
class StaticNodeList;
class StaticRange;
class Text;
class Timer;
enum class QuirksMode;
struct EventListenerOptions;
struct AddEventListenerOptions;
@ -234,6 +233,7 @@ class WorkerDebugConsoleClient;
class Storage;
class SubmitEvent;
class TextMetrics;
class Timer;
class Window;
class WindowEnvironmentSettingsObject;
class Worker;