[webkit-changes] [WebKit/WebKit] af9679: ObjectIdentifierReference shouldn't require GPU Pr...

Don Olmstead noreply at github.com
Thu Oct 26 11:56:58 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: af9679551a8c750e4bc54f35f7c70c7bea99f682
      https://github.com/WebKit/WebKit/commit/af9679551a8c750e4bc54f35f7c70c7bea99f682
  Author: Don Olmstead <don.olmstead at sony.com>
  Date:   2023-10-26 (Thu, 26 Oct 2023)

  Changed paths:
    M Source/WebKit/Platform/IPC/ObjectIdentifierReferenceTracker.h

  Log Message:
  -----------
  ObjectIdentifierReference shouldn't require GPU Process
https://bugs.webkit.org/show_bug.cgi?id=263453

Reviewed by Kimmo Kinnunen.

The implentation of `ObjectIdentifierReference` is guarded by
`ENABLE(GPU_PROCESS)` but its required for `ThreadSafeObjectHeap`.
Remove the guard so it compiles.

* Source/WebKit/Platform/IPC/ObjectIdentifierReferenceTracker.h:

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




More information about the webkit-changes mailing list