[webkit-changes] [WebKit/WebKit] 1c7ad9: [MSVC] ASSERTION FAILED: m_wrapper in WebCore::JSE...

Fujii Hironori noreply at github.com
Mon Nov 14 12:41:48 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 1c7ad9614acd034bae64eb219dd6ddfb9092ba4b
      https://github.com/WebKit/WebKit/commit/1c7ad9614acd034bae64eb219dd6ddfb9092ba4b
  Author: Fujii Hironori <Hironori.Fujii at sony.com>
  Date:   2022-11-14 (Mon, 14 Nov 2022)

  Changed paths:
    M Source/WebCore/dom/ActiveDOMObject.h

  Log Message:
  -----------
  [MSVC] ASSERTION FAILED: m_wrapper in WebCore::JSEventListener::ensureJSFunction for fast/workers/worker-gc.html
https://bugs.webkit.org/show_bug.cgi?id=247584

Reviewed by Darin Adler.

MSVC has a bug that the combination a generic lambda capture and a
template member function doesn't work as expected.

* Source/WebCore/dom/ActiveDOMObject.h: Simplified lambda captures to
work around the MSVC bug.

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




More information about the webkit-changes mailing list