fix: update deno_core (#29166)

for https://github.com/denoland/deno_core/pull/1111
This commit is contained in:
snek 2025-05-05 13:58:34 -05:00 committed by GitHub
parent f47c4ea5e7
commit 5c6c52d132
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
48 changed files with 356 additions and 101 deletions

View file

@ -28,7 +28,11 @@ impl deno_core::webidl::WebIdlInterfaceConverter for GPUCommandBuffer {
const NAME: &'static str = "GPUCommandBuffer";
}
impl GarbageCollected for GPUCommandBuffer {}
impl GarbageCollected for GPUCommandBuffer {
fn get_name(&self) -> &'static std::ffi::CStr {
c"GPUCommandBuffer"
}
}
#[op2]
impl GPUCommandBuffer {