mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 11:07:35 +00:00
LibWeb: Mark JS::Promise* return value for digest() with JS::NNGCPtr
This commit is contained in:
parent
f783af05ed
commit
fa1ba7fadf
2 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@ public:
|
|||
|
||||
virtual ~SubtleCrypto() override;
|
||||
|
||||
JS::Promise* digest(String const& algorithm, JS::Handle<JS::Object> const& data);
|
||||
JS::NonnullGCPtr<JS::Promise> digest(String const& algorithm, JS::Handle<JS::Object> const& data);
|
||||
|
||||
private:
|
||||
explicit SubtleCrypto(JS::Realm&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue