Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[css-custom-highlight-1] Fix IDL definition of
HighlightRegistry
(#…
…11595) A recent update added a method to the `HighlightRegistry` interface through a `partial interface` definition. That's totally fine. However, the initial `interface` definition was also turned into a `partial interface` definition. That is incorrect, a `partial interface` definition always extends an interface that must be defined (without `partial`) somewhere. This update drops `partial` from the core interface definition accordingly.
- Loading branch information