diff --git a/Userland/Libraries/LibWeb/DOM/ExceptionOr.h b/Userland/Libraries/LibWeb/DOM/ExceptionOr.h index 5b5da29b83..13ea27145a 100644 --- a/Userland/Libraries/LibWeb/DOM/ExceptionOr.h +++ b/Userland/Libraries/LibWeb/DOM/ExceptionOr.h @@ -112,7 +112,7 @@ public: private: Optional m_result; // https://heycam.github.io/webidl/#idl-exceptions - Variant> m_exception { Empty {} }; + Variant> m_exception {}; }; template<>