mirror of
https://github.com/servo/servo
synced 2026-05-13 02:17:06 +02:00
Added a `register` method to `PageStyleActor` following the same pattern used by other actors in the devtools codebase. Updated `InspectorActor::register` to use it instead of constructing `PageStyleActor` directly. Testing: Ran `./mach try linux-unit-tests` and `./mach test-devtools`. No new failures introduced. Fixes:part of #43800 Signed-off-by: Emmanuel Paul Elom <elomemmanuel007@gmail.com> Signed-off-by: eri <eri@igalia.com> Co-authored-by: eri <eri@igalia.com>