Skip to content

Commit

Permalink
Unreviewed fix.
Browse files Browse the repository at this point in the history
Identifier: 273664.1394@safari-7619.1.5-branch
  • Loading branch information
MyahCobbs committed Mar 12, 2024
1 parent 93b5da0 commit b8868aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/WebCore/Modules/WebGPU/GPUBuffer.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ namespace WebCore {

class GPUDevice;

class GPUBuffer : public RefCounted<GPUBuffer> {
class GPUBuffer : public RefCounted<GPUBuffer>, CanMakeWeakPtr<GPUBuffer> {
public:
static Ref<GPUBuffer> create(Ref<WebGPU::Buffer>&& backing, size_t bufferSize, GPUBufferUsageFlags usage, bool mappedAtCreation, GPUDevice& device)
{
Expand Down

0 comments on commit b8868aa

Please sign in to comment.