mirror of
https://github.com/servo/servo
synced 2026-05-10 00:52:08 +02:00
The breakpoint-list actor did not implement a handler for the `removeBreakpoint` request, causing the client to receive `unrecognizedPacketType` error. This patch adds `removeBreakpoint` handler Fixes: Part of #36027 Signed-off-by: atbrakhi <atbrakhi@igalia.com>