Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 2f352b53432a3a71f20aa6934b286d82b45574d3
https://github.com/WebKit/WebKit/commit/2f352b53432a3a71f20aa6934b286d82b45574d3
Author: Chris Dumez <[email protected]>
Date: 2026-08-24 (Mon, 24 Aug 2026)
Changed paths:
M Source/WebCore/bindings/js/DOMWrapperWorld.cpp
M Source/WebCore/bindings/js/DOMWrapperWorld.h
M Source/WebCore/bindings/js/JSDOMWrapperCache.h
Log Message:
-----------
Drop the hardening added to DOMWrapperWorld in 315505@main
https://bugs.webkit.org/show_bug.cgi?id=322365
rdar://184886311
Reviewed by David Kilzer.
Drop the hardening added to DOMWrapperWorld in 315505@main now the cause
of the crash has been identified.
* Source/WebCore/bindings/js/DOMWrapperWorld.cpp:
(WebCore::DOMWrapperWorld::DOMWrapperWorld):
(WebCore::DOMWrapperWorld::~DOMWrapperWorld):
(WebCore::DOMWrapperWorld::clearWrappers):
(WebCore::initializeWrapperMapGuardingOnce): Deleted.
(): Deleted.
(WebCore::WTF_REQUIRES_LOCK): Deleted.
(WebCore::WrapperMapTableMalloc::allocate): Deleted.
(WebCore::WrapperMapTableMalloc::malloc): Deleted.
(WebCore::WrapperMapTableMalloc::zeroedMalloc): Deleted.
(WebCore::WrapperMapTableMalloc::free): Deleted.
(WebCore::DOMWrapperWorld::setWrappersTableWritable): Deleted.
(WebCore::WrapperMutationScope::enter): Deleted.
(WebCore::WrapperMutationScope::leave): Deleted.
* Source/WebCore/bindings/js/DOMWrapperWorld.h:
(WebCore::DOMWrapperWorld::noteTableBacking): Deleted.
(WebCore::DOMWrapperWorld::forgetTableBacking): Deleted.
(WebCore::WrapperMutationScope::WrapperMutationScope): Deleted.
(WebCore::WrapperMutationScope::~WrapperMutationScope): Deleted.
(WebCore::WrapperMutationScope::currentlyMutatedWorld): Deleted.
* Source/WebCore/bindings/js/JSDOMWrapperCache.h:
(WebCore::cacheWrapper):
(WebCore::uncacheWrapper):
Canonical link: https://commits.webkit.org/319767@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications