mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-11 03:56:16 +00:00
LibJSGCVerifier: Detect missing JS_CELL() calls
This commit is contained in:
parent
5023e5fda3
commit
abb4b6d117
Notes:
sideshowbarker
2024-07-17 20:33:50 +09:00
Author: https://github.com/mattco98
Commit: abb4b6d117
Pull-request: https://github.com/SerenityOS/serenity/pull/23878
Issue: https://github.com/SerenityOS/serenity/issues/23805
Reviewed-by: https://github.com/awesomekling
2 changed files with 16 additions and 0 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue