mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-02 15:46:33 +00:00
IDLGenerators: Fix a GCVerifier warning
This commit is contained in:
parent
a221a4660e
commit
164db73bdc
Notes:
sideshowbarker
2024-07-17 03:16:02 +09:00
Author: https://github.com/mattco98
Commit: 164db73bdc
Pull-request: https://github.com/SerenityOS/serenity/pull/23861
Reviewed-by: https://github.com/awesomekling
1 changed files with 1 additions and 1 deletions
|
@ -2814,7 +2814,7 @@ private:
|
|||
virtual JS::ThrowCompletionOr<bool> internal_set_prototype_of(JS::Object* prototype) override;
|
||||
virtual JS::ThrowCompletionOr<bool> internal_prevent_extensions() override;
|
||||
|
||||
JS::Realm& m_realm; // [[Realm]]
|
||||
JS::NonnullGCPtr<JS::Realm> m_realm; // [[Realm]]
|
||||
};
|
||||
)~~~");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue