diff --git a/Userland/Libraries/LibWeb/Bindings/WindowObject.h b/Userland/Libraries/LibWeb/Bindings/WindowObject.h index a1074f8a5e..28a0a28980 100644 --- a/Userland/Libraries/LibWeb/Bindings/WindowObject.h +++ b/Userland/Libraries/LibWeb/Bindings/WindowObject.h @@ -99,7 +99,7 @@ private: NonnullRefPtr m_impl; - LocationObject* m_location_object; + LocationObject* m_location_object { nullptr }; HashMap m_prototypes; HashMap m_constructors;