mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 13:49:16 +00:00
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: 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