diff --git a/Libraries/LibJS/Runtime/Value.h b/Libraries/LibJS/Runtime/Value.h index e92684f8f2..691e15f487 100644 --- a/Libraries/LibJS/Runtime/Value.h +++ b/Libraries/LibJS/Runtime/Value.h @@ -152,7 +152,7 @@ public: Object* to_object(Heap&) const; private: - Type m_type { Type::Undefined }; + Type m_type { Type::Empty }; union { bool as_bool;