diff options
author | Martin Robinson <mrobinson@igalia.com> | 2024-05-20 15:04:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-20 13:04:32 +0000 |
commit | 53c0726ef431d32c6f71a1a1eee23019782bd68b (patch) | |
tree | baf1f1eecf68a26645451eca895af208a70760ee /components/canvas | |
parent | 2af6fe0b30a275e5fd8a43eca4126d82639fbaa9 (diff) | |
download | servo-53c0726ef431d32c6f71a1a1eee23019782bd68b.tar.gz servo-53c0726ef431d32c6f71a1a1eee23019782bd68b.zip |
script: Have `Document` own `Layout` (#32316)
Have `Document` own `Layout`. This makes it impossible to have a
`Document` without `Layout`, which was true, but now the compiler checks
it. In addition, `Layout` is now released when the `Document` is,
avoiding leaking the entire `Layout`.
Diffstat (limited to 'components/canvas')
0 files changed, 0 insertions, 0 deletions