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