Index: Source/web/WebRuntimeFeatures.cpp |
diff --git a/Source/web/WebRuntimeFeatures.cpp b/Source/web/WebRuntimeFeatures.cpp |
index 6e6cb4389ce99f64abc2de4f819ba097cfaee47f..55fe5f575c4401513400a75c8dc209990109bf83 100644 |
--- a/Source/web/WebRuntimeFeatures.cpp |
+++ b/Source/web/WebRuntimeFeatures.cpp |
@@ -318,4 +318,9 @@ void WebRuntimeFeatures::enableReducedReferrerGranularity(bool enable) |
RuntimeEnabledFeatures::setReducedReferrerGranularityEnabled(enable); |
} |
+void WebRuntimeFeatures::enableListMarkerPseudoElement(bool enable) |
+{ |
+ RuntimeEnabledFeatures::setListMarkerPseudoElementEnabled(enable); |
+} |
+ |
} // namespace blink |