|
@@ -82,6 +82,7 @@ public:
|
|
|
|
|
|
RefPtr<Node> append_child(NonnullRefPtr<Node>, bool notify = true);
|
|
|
RefPtr<Node> insert_before(NonnullRefPtr<Node> node, RefPtr<Node> child, bool notify = true);
|
|
|
+ RefPtr<Node> remove_child(NonnullRefPtr<Node>);
|
|
|
|
|
|
virtual RefPtr<Layout::Node> create_layout_node();
|
|
|
|