mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 20:59:16 +00:00
Profiler: Use NonnullOwnPtr for libraries
This commit is contained in:
parent
eb798d5538
commit
ba9a285d56
Notes:
sideshowbarker
2024-07-18 19:04:25 +09:00
Author: https://github.com/gunnarbeutner 🔰
Commit: ba9a285d56
Pull-request: https://github.com/SerenityOS/serenity/pull/6639
Reviewed-by: https://github.com/awesomekling
2 changed files with 1 additions and 3 deletions
|
@ -35,7 +35,7 @@ public:
|
|||
const Library* library_containing(FlatPtr) const;
|
||||
|
||||
private:
|
||||
mutable HashMap<String, OwnPtr<Library>> m_libraries;
|
||||
mutable HashMap<String, NonnullOwnPtr<Library>> m_libraries;
|
||||
};
|
||||
|
||||
struct Thread {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue