Letting the days go by (same as it ever was) Same as it ever was (same as it ever was) Letting the days go by (same as it ever was) Same as it ever was
Created attachment 393188 [details] Patch
Comment on attachment 393188 [details] Patch Clearing flags on attachment: 393188 Committed r258248: <https://trac.webkit.org/changeset/258248>
All reviewed patches have been landed. Closing bug.
<rdar://problem/60304002>
Comment on attachment 393188 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=393188&action=review > Source/WebCore/dom/BoundaryPoint.h:28 > +#include "Node.h" it’s a pretty big change to BoundaryPoint.h, causing to pull in all of Node.h. It obviates the need for BoundaryPoint.cpp entirely since that was the only thing different driving us to not have all functions be inlines. How did you determine this was needed, and couldn’t be fixed by adding includes elsewhere?