mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 08:57:34 +00:00
LibWeb: Add DOM::ExceptionOr<T> to forwarding header
This commit is contained in:
parent
fccf0a466b
commit
1884e2caf1
1 changed files with 3 additions and 0 deletions
|
@ -59,6 +59,9 @@ class Timer;
|
||||||
class Window;
|
class Window;
|
||||||
class Range;
|
class Range;
|
||||||
enum class QuirksMode;
|
enum class QuirksMode;
|
||||||
|
|
||||||
|
template<typename ValueType>
|
||||||
|
class ExceptionOr;
|
||||||
}
|
}
|
||||||
|
|
||||||
namespace Web::HTML {
|
namespace Web::HTML {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue