Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: d97ba4719dc68b35b94b4f030928509e00ddb3ab https://github.com/WebKit/WebKit/commit/d97ba4719dc68b35b94b4f030928509e00ddb3ab Author: Andrew Fryer <a_fr...@apple.com> Date: 2025-02-12 (Wed, 12 Feb 2025)
Changed paths: M Source/JavaScriptCore/runtime/OptionsList.h Log Message: ----------- Setting __XPC_JSC_forceRAMSize silently fails due to bad cast https://bugs.webkit.org/show_bug.cgi?id=287522 rdar://144649062 Reviewed by Keith Miller. Changing the type of forceRAMSize from `Unsized` to `Size` gives enough bits to have a valid cast (given a reasonable number of bytes for RAM size, such as 17179869184, which is 16 GB). * Source/JavaScriptCore/runtime/OptionsList.h: Canonical link: https://commits.webkit.org/290297@main To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications _______________________________________________ webkit-changes mailing list webkit-changes@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-changes