Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 7808f86a5b15494edc53380b7df0a0f4ec413a5f
      
https://github.com/WebKit/WebKit/commit/7808f86a5b15494edc53380b7df0a0f4ec413a5f
  Author: Ben Nham <[email protected]>
  Date:   2024-11-12 (Tue, 12 Nov 2024)

  Changed paths:
    M Source/WebKit/Shared/Cocoa/WKObject.h

  Log Message:
  -----------
  Remove spurious logs about KVO ivar access when using old SDKs
https://bugs.webkit.org/show_bug.cgi?id=282996
rdar://139464152

Reviewed by Richard Robinson.

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, this 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.

* Source/WebKit/Shared/Cocoa/WKObject.h:

Canonical link: https://commits.webkit.org/286496@main



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to