mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-27 10:29:23 +00:00
This fixes a bug where we would construct a ModelIndex with a pointer to NonnullRefPtr<OutlineItem>, instead of a pointer to the underlying OutlineItem, which caused a crash later on when we would try to dereference that pointer. |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| main.cpp | ||
| NumericInput.cpp | ||
| NumericInput.h | ||
| OutlineModel.cpp | ||
| OutlineModel.h | ||
| PDFViewer.cpp | ||
| PDFViewer.h | ||
| PDFViewerWidget.cpp | ||
| PDFViewerWidget.h | ||
| SidebarWidget.cpp | ||
| SidebarWidget.h | ||