Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 1c7ad9614acd034bae64eb219dd6ddfb9092ba4b
https://github.com/WebKit/WebKit/commit/1c7ad9614acd034bae64eb219dd6ddfb9092ba4b
Author: Fujii Hironori <[email protected]>
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
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes