[webkit-changes] [WebKit/WebKit] 0a5a6b: Temporary workaround attempt for Production build ...

Chris Dumez noreply at github.com
Fri Mar 10 00:25:22 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 0a5a6b015b9fde943589cc03b6a5dbb3549d7be8
      https://github.com/WebKit/WebKit/commit/0a5a6b015b9fde943589cc03b6a5dbb3549d7be8
  Author: Chris Dumez <cdumez at apple.com>
  Date:   2023-03-10 (Fri, 10 Mar 2023)

  Changed paths:
    M Source/WebCore/dom/StyledElement.cpp

  Log Message:
  -----------
  Temporary workaround attempt for Production build crashes
https://bugs.webkit.org/show_bug.cgi?id=253694
rdar://106522324

Unreviewed, land a temporary workaround that seems to prevent the production
builds from crashing locally.

I was able to reproduce the crashes by enabling ThinLTO. This seemingly
equivalent code made the crashes go away for me so I am landing it to get
the perf bots hopefully running again.

* Source/WebCore/dom/StyledElement.cpp:
(WebCore::StyledElement::setInlineStyleProperty):

Canonical link: https://commits.webkit.org/261490@main




More information about the webkit-changes mailing list