mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
refactor: add CanGc as argument to DataBlock::view (#35610)
Signed-off-by: Yerkebulan Tulibergenov <yerkebulan@gmail.com>
This commit is contained in:
parent
b0b0289014
commit
dd13342f18
3 changed files with 4 additions and 3 deletions
|
@ -217,7 +217,7 @@ DOMInterfaces = {
|
|||
|
||||
'GPUBuffer': {
|
||||
'inRealms': ['MapAsync'],
|
||||
'canGc': ['MapAsync'],
|
||||
'canGc': ['GetMappedRange', 'MapAsync'],
|
||||
},
|
||||
|
||||
'GPUCanvasContext': {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue