mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-05 22:52:22 +02:00
Everywhere: Stop using NonnullOwnPtrVector
Same as NonnullRefPtrVector: weird semantics, questionable benefits.
This commit is contained in:
Notes:
sideshowbarker
2024-07-17 05:06:13 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/359d6e7b0b
@@ -292,7 +292,7 @@ private:
|
||||
|
||||
SystemMemoryInfo system_memory_info;
|
||||
|
||||
NonnullOwnPtrVector<PhysicalRegion> physical_regions;
|
||||
Vector<NonnullOwnPtr<PhysicalRegion>> physical_regions;
|
||||
OwnPtr<PhysicalRegion> physical_pages_region;
|
||||
|
||||
RegionTree region_tree;
|
||||
|
||||
Reference in New Issue
Block a user