[webkit-changes] [WebKit/WebKit] 56001e: [JSC] A64DOpcode include <mutex>

Commit Queue noreply at github.com
Mon Mar 4 09:29:32 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 56001e951362a5064027b1af81283e523e35559b
      https://github.com/WebKit/WebKit/commit/56001e951362a5064027b1af81283e523e35559b
  Author: Dennis Camera <dennis.camera+webkit at riiengineering.ch>
  Date:   2024-03-04 (Mon, 04 Mar 2024)

  Changed paths:
    M Source/JavaScriptCore/disassembler/ARM64/A64DOpcode.h

  Log Message:
  -----------
  [JSC] A64DOpcode include <mutex>
https://bugs.webkit.org/show_bug.cgi?id=270394

Reviewed by Michael Catanzaro.

When UNIFIED_BUILDS are disabled, the build fails due to missing std::call_once.

* Source/JavaScriptCore/disassembler/ARM64/A64DOpcode.h: include <mutex>.

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