LibJSGCVerifier: Detect missing JS_CELL() calls

This commit is contained in:
Matthew Olsson 2024-04-08 18:17:32 +00:00 committed by Andreas Kling
commit abb4b6d117
Notes: sideshowbarker 2024-07-17 20:33:50 +09:00
2 changed files with 16 additions and 0 deletions

View file

@ -15,6 +15,8 @@ namespace Web::HTML {
// https://html.spec.whatwg.org/multipage/images.html#img-req-data
class DecodedImageData : public JS::Cell {
JS_CELL(DecodedImageData, JS::Cell);
public:
virtual ~DecodedImageData();