[webkit-changes] [WebKit/WebKit] 9a162e: [WGSL] Remove leftover references to Ref and RefCo...

Tadeu Zagallo noreply at github.com
Thu May 11 00:24:01 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 9a162e2f2fa38c495c43a6c78300ea1dc373821f
      https://github.com/WebKit/WebKit/commit/9a162e2f2fa38c495c43a6c78300ea1dc373821f
  Author: Tadeu Zagallo <tzagallo at apple.com>
  Date:   2023-05-11 (Thu, 11 May 2023)

  Changed paths:
    M Source/WebGPU/WGSL/AST/ASTAttribute.h
    M Source/WebGPU/WGSL/AST/ASTParameter.h
    M Source/WebGPU/WGSL/Parser.cpp

  Log Message:
  -----------
  [WGSL] Remove leftover references to Ref and RefCounted
https://bugs.webkit.org/show_bug.cgi?id=256597
rdar://109162910

Reviewed by Mike Wyrzykowski and Dan Glastonbury.

Since moving to arena allocated nodes, we no longer use WTF::Ref or RefCounted,
but there were some leftover references.

* Source/WebGPU/WGSL/AST/ASTAttribute.h:
* Source/WebGPU/WGSL/AST/ASTParameter.h:
* Source/WebGPU/WGSL/Parser.cpp:

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




More information about the webkit-changes mailing list