Index: Source/core/dom/ContextFeatures.cpp |
diff --git a/Source/core/dom/ContextFeatures.cpp b/Source/core/dom/ContextFeatures.cpp |
index 377c50e69cd79fe232d5d78ff787dffa94afaca7..54e1f03bc0198aa7529195bf9f739278b982b02c 100644 |
--- a/Source/core/dom/ContextFeatures.cpp |
+++ b/Source/core/dom/ContextFeatures.cpp |
@@ -57,13 +57,6 @@ bool ContextFeatures::dialogElementEnabled(Document* document) |
return document->contextFeatures().isEnabled(document, DialogElement, RuntimeEnabledFeatures::dialogElementEnabled()); |
} |
-bool ContextFeatures::styleScopedEnabled(Document* document) |
-{ |
- if (!document) |
- return RuntimeEnabledFeatures::styleScopedEnabled(); |
- return document->contextFeatures().isEnabled(document, StyleScoped, RuntimeEnabledFeatures::styleScopedEnabled()); |
-} |
- |
bool ContextFeatures::pagePopupEnabled(Document* document) |
{ |
if (!document) |