mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
The logic in LoadBlocker::terminate was modified in #34122 to `clone` the LoadBlocker's inner `load` member instead of `take`ing it. However, this member serves as a flag so that `LoadBlocker`'s Drop impl can avoid calling `doc.finish_load` on already terminated loads. The change results in unnecessary 'unknown completed load' warnings when Servo is run with logging enabled. Signed-off-by: Mukilan Thiyagarajan <mukilan@igalia.com> Signed-off-by: Mukilan Thiyagarajan <mukilan@igalia.com>
3 lines
96 B
INI
Vendored
3 lines
96 B
INI
Vendored
[Range-cloneContents.html]
|
|
bug: https://github.com/servo/servo/issues/36561
|
|
expected: ERROR
|