| 249 | } |
| 250 | |
| 251 | void CairoSurface::remove_associated_memory(JSObject* obj, cairo_surface_t* surface) { |
| 252 | if (!surface) |
| 253 | return; |
| 254 | |
| 255 | remove_associated_memory_for_surface(obj, surface); |
| 256 | } |
| 257 | |
| 258 | // Public API |
| 259 |
nothing calls this directly
no test coverage detected