blob: 8b3b395f63282a1c5a0b55f40f924cf5aa5e52e1 [file] [log] [blame]
// Copyright 2021 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
[
RuntimeEnabled = HighlightAPI,
ImplementedAs = CSSHighlightRegistry
]
partial namespace CSS {
[CallWith=ScriptState] readonly attribute HighlightRegistry highlights;
};