1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-26 03:25:07 +00:00
serenity/LibHTML/DOM/ParentNode.cpp
Andreas Kling 8adae51b35 LibHTML: Add a simple TreeNode<T> template for making trees.
We'll be making a lot of trees here, so let's share code during bootstrap.
Eventually some of these classes are gonna want custom trees but for now
we can just fit them all into the same clothes.
2019-06-25 19:46:01 +02:00

2 lines
37 B
C++

#include <LibHTML/DOM/ParentNode.h>