summaryrefslogtreecommitdiffstats
path: root/layout/style/nsCSSPseudoElements.h
diff options
context:
space:
mode:
Diffstat (limited to 'layout/style/nsCSSPseudoElements.h')
-rw-r--r--layout/style/nsCSSPseudoElements.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/layout/style/nsCSSPseudoElements.h b/layout/style/nsCSSPseudoElements.h
index 9866fbfb7e..baeee9d4de 100644
--- a/layout/style/nsCSSPseudoElements.h
+++ b/layout/style/nsCSSPseudoElements.h
@@ -130,6 +130,8 @@ class nsCSSPseudoElements {
switch (aType) {
case Type::highlight:
return mozilla::StaticPrefs::dom_customHighlightAPI_enabled();
+ case Type::targetText:
+ return mozilla::StaticPrefs::dom_text_fragments_enabled();
case Type::sliderTrack:
case Type::sliderThumb:
case Type::sliderFill: