Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
LibWeb: Guard MediaQueryList event listener removal against null
A recently imported WPT test has a subtest that effectively does the following: const mql = window.matchMedia(""); mql.removeListener(null); (cherry picked from commit 3e5476c9e09055104fc64d294da39aa1bfccac09)
- Loading branch information