Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
-Wmismatched-new-delete warning spam from CSSStyleValue.h
https://bugs.webkit.org/show_bug.cgi?id=241516 Patch by Michael Catanzaro <mcatanzaro@redhat.com> on 2022-06-21 Reviewed by Chris Dumez. I cannot find any reason behind this warning. Mismatched new/delete is very serious if true, but in this case, I just do not see it. If we are doing something wrong, it must be somehow related to the iso heap, but don't think we are. * Source/WebCore/css/typedom/CSSStyleValue.h: Canonical link: https://commits.webkit.org/251697@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@295692 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information