1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 17:17:44 +00:00

LibWeb: Add DOM::ExceptionOr<T> to forwarding header

This commit is contained in:
Andreas Kling 2021-09-22 15:37:21 +02:00
parent fccf0a466b
commit 1884e2caf1

View file

@ -59,6 +59,9 @@ class Timer;
class Window;
class Range;
enum class QuirksMode;
template<typename ValueType>
class ExceptionOr;
}
namespace Web::HTML {