[webkit-changes] [WebKit/WebKit] 180f29: [JSC] Suppress error check failure in Debug build.
Yusuke Suzuki
noreply at github.com
Wed Jan 25 20:15:49 PST 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 180f295b597591795837d29cb6254d308a8b8c2d
https://github.com/WebKit/WebKit/commit/180f295b597591795837d29cb6254d308a8b8c2d
Author: Yusuke Suzuki <ysuzuki at apple.com>
Date: 2023-01-25 (Wed, 25 Jan 2023)
Changed paths:
M Source/JavaScriptCore/runtime/HashMapImplInlines.h
Log Message:
-----------
[JSC] Suppress error check failure in Debug build.
https://bugs.webkit.org/show_bug.cgi?id=251191
rdar://104677541
Reviewed by Justin Michaud.
removeNormalized can throw an error because of rehash.
* Source/JavaScriptCore/runtime/HashMapImplInlines.h:
(JSC::HashMapImpl<HashMapBucketType>::remove):
Canonical link: https://commits.webkit.org/259408@main
More information about the webkit-changes
mailing list