LibWeb: Add DOM::ExceptionOr<T> to forwarding header
This commit is contained in:
parent
fccf0a466b
commit
1884e2caf1
Notes:
sideshowbarker
2024-07-18 03:34:10 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/1884e2caf18
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
Reference in a new issue