[webkit-changes] [WebKit/WebKit] 107c24: Use CRASHREPORTER_ANNOTATIONS_INITIALIZER() macro ...

Chris Dumez noreply at github.com
Fri Oct 11 09:39:42 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 107c24cd62ea66688d0eb870269b3c064fb96cf2
      https://github.com/WebKit/WebKit/commit/107c24cd62ea66688d0eb870269b3c064fb96cf2
  Author: Chris Dumez <cdumez at apple.com>
  Date:   2024-10-11 (Fri, 11 Oct 2024)

  Changed paths:
    M Source/WTF/wtf/cocoa/CrashReporter.cpp
    M Source/WTF/wtf/spi/cocoa/CrashReporterClientSPI.h

  Log Message:
  -----------
  Use CRASHREPORTER_ANNOTATIONS_INITIALIZER() macro to initialize gCRAnnotations
https://bugs.webkit.org/show_bug.cgi?id=281262
rdar://136150144

Reviewed by Per Arne Vollan.

Use CRASHREPORTER_ANNOTATIONS_INITIALIZER() macro to initialize gCRAnnotations when available.
Otherwise, we're preventing the library from updating the gCRAnnotations structure.

* Source/WTF/wtf/cocoa/CrashReporter.cpp:
* Source/WTF/wtf/spi/cocoa/CrashReporterClientSPI.h:

Canonical link: https://commits.webkit.org/285023@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