[webkit-changes] [WebKit/WebKit] 8bc91f: dataLogIf / dataLogLnIf should be macro

Yusuke Suzuki noreply at github.com
Thu Feb 29 16:38:07 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 8bc91f004ab432c4a4c827c272a79f363f93cd29
      https://github.com/WebKit/WebKit/commit/8bc91f004ab432c4a4c827c272a79f363f93cd29
  Author: Yusuke Suzuki <ysuzuki at apple.com>
  Date:   2024-02-29 (Thu, 29 Feb 2024)

  Changed paths:
    M Source/WTF/wtf/DataLog.h

  Log Message:
  -----------
  dataLogIf / dataLogLnIf should be macro
https://bugs.webkit.org/show_bug.cgi?id=270309
rdar://123567317

Reviewed by Mark Lam and Keith Miller.

dataLogIf and dataLogLnIf should not evaluate arguments when the first condition is not true!

* Source/WTF/wtf/DataLog.h:
(WTF::dataLogIf): Deleted.
(WTF::dataLogLnIf): Deleted.

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



To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications


More information about the webkit-changes mailing list