| 28 | class SVGRenderContext; |
| 29 | |
| 30 | SVGContainer::SVGContainer(SVGTag t) : INHERITED(t) { |
| 31 | } |
| 32 | |
| 33 | void SVGContainer::appendChild(std::shared_ptr<SVGNode> node) { |
| 34 | ASSERT(node); |
nothing calls this directly
no outgoing calls
no test coverage detected