mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 16:17:45 +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 Range;
|
||||
enum class QuirksMode;
|
||||
|
||||
template<typename ValueType>
|
||||
class ExceptionOr;
|
||||
}
|
||||
|
||||
namespace Web::HTML {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue