mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 03:27:34 +00:00
LibWeb: Don't include HTML/Window.h from DOM/Element.h
This required moving HTML::ScrollOptions to its own header file.
This commit is contained in:
parent
ac0c30ce62
commit
e43027091d
6 changed files with 25 additions and 6 deletions
|
@ -7,6 +7,7 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include <LibJS/Forward.h>
|
||||
#include <LibWeb/Bindings/Forward.h>
|
||||
|
||||
namespace Web {
|
||||
|
@ -582,6 +583,8 @@ class DOMException;
|
|||
|
||||
template<typename ValueType>
|
||||
class ExceptionOr;
|
||||
|
||||
using Promise = JS::PromiseCapability;
|
||||
}
|
||||
|
||||
namespace Web::WebSockets {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue