Bug 282996

Summary: Remove spurious logs about KVO ivar access when using old SDKs
Product: WebKit Reporter: Ben Nham <nham>
Component: WebKit Misc.Assignee: Ben Nham <nham>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Ben Nham
Reported 2024-11-12 10:55:12 PST
In 277751@main, I added a fault log that was supposed to only fire when a client tries to access instance variables of WebKit objects via key-value coding. However, the log line is causing spurious faults because it fires even when a client accesses non-ivar properties on those objects (since `-addObserver:forKeyPath:options:context:` ends up calling `+accessInstanceVariablesDirectly` irregardless of the keypath). To reduce confusion, just remove this logging entirely.
Attachments
Ben Nham
Comment 1 2024-11-12 10:55:13 PST
Ben Nham
Comment 2 2024-11-12 10:57:16 PST
EWS
Comment 3 2024-11-12 12:38:19 PST
Committed 286496@main (7808f86a5b15): <https://commits.webkit.org/286496@main> Reviewed commits have been landed. Closing PR #36536 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.