1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-10 10:01:13 +09:00

LibWeb: Fix some GCVerifier warnings

This commit is contained in:
Matthew Olsson 2024-04-05 13:47:48 -07:00 committed by Andreas Kling
parent 8b8ada292e
commit 8450041b52
Notes: sideshowbarker 2024-07-17 06:28:38 +09:00
23 changed files with 63 additions and 59 deletions

View file

@ -24,7 +24,7 @@ public:
~TemporaryExecutionContext();
private:
EnvironmentSettingsObject& m_environment_settings;
JS::NonnullGCPtr<EnvironmentSettingsObject> m_environment_settings;
CallbacksEnabled m_callbacks_enabled { CallbacksEnabled::No };
};