Index: Source/web/ContextFeaturesClientImpl.cpp |
diff --git a/Source/web/ContextFeaturesClientImpl.cpp b/Source/web/ContextFeaturesClientImpl.cpp |
index 5f4b82b629ca6c435d78864a77c6b6bdbfbb97f0..66488fb0bff47cb7066006b6e792e0a471da3200 100644 |
--- a/Source/web/ContextFeaturesClientImpl.cpp |
+++ b/Source/web/ContextFeaturesClientImpl.cpp |
@@ -144,8 +144,6 @@ bool ContextFeaturesClientImpl::askIfIsEnabled(Document* document, ContextFeatur |
return defaultValue; |
switch (type) { |
- case ContextFeatures::StyleScoped: |
- return frame->permissionClient()->allowWebComponents(defaultValue); |
case ContextFeatures::MutationEvents: |
return frame->permissionClient()->allowMutationEvents(defaultValue); |
case ContextFeatures::PushState: |