Changeset 283432 in webkit
- Timestamp:
- Oct 1, 2021, 8:21:43 PM (5 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
dom/Position.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r283431 r283432 1 2021-10-01 Lauro Moura <lmoura@igalia.com> 2 3 [GLIB] Fix build on Ubuntu 20.04 after 242376@main 4 5 Unreviewed build fix. 6 7 * dom/Position.cpp: Add missing header. 8 1 9 2021-10-01 Chris Dumez <cdumez@apple.com> 2 10 -
trunk/Source/WebCore/dom/Position.cpp
r283367 r283432 44 44 #include "PositionIterator.h" 45 45 #include "RenderBlock.h" 46 #include "RenderBlockFlow.h" 46 47 #include "RenderFlexibleBox.h" 47 48 #include "RenderGrid.h"
Note:
See TracChangeset
for help on using the changeset viewer.