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
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Ben Nham
<rdar://problem/139464152>
Ben Nham
Pull request: https://github.com/WebKit/WebKit/pull/36536
EWS
Committed 286496@main (7808f86a5b15): <https://commits.webkit.org/286496@main>
Reviewed commits have been landed. Closing PR #36536 and removing active labels.