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
commit 0706f0d487
Notes: sideshowbarker 2024-07-17 17:48:51 +09:00
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;