mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 08:36:15 +00:00
LibWeb: Fix some GCVerifier warnings
This commit is contained in:
committed by
Andreas Kling
parent
8b8ada292e
commit
8450041b52
@@ -148,7 +148,7 @@ private:
|
||||
}
|
||||
|
||||
JS::NonnullGCPtr<JS::Realm> m_realm;
|
||||
WebIDL::Promise& m_promise;
|
||||
JS::NonnullGCPtr<WebIDL::Promise> m_promise;
|
||||
};
|
||||
|
||||
// https://streams.spec.whatwg.org/#default-reader-read
|
||||
|
||||
Reference in New Issue
Block a user