mirror of
https://github.com/servo/servo
synced 2026-05-13 10:27:03 +02:00
Added a `register` method to `HighlighterActor` following the same pattern used by other actors in the devtools codebase. Updated `InspectorActor::register` to use it instead of onstructing `HighlighterActor` directly. Testing: Ran `./mach try linux-unit-tests` and `./mach test-devtools`. No new failures introduced. Fixes:part of #43800 --------- Signed-off-by: CynthiaOketch <cynthiaoketch6@gmail.com>