| Index: Source/core/testing/InternalSettings.idl
|
| diff --git a/Source/core/testing/InternalSettings.idl b/Source/core/testing/InternalSettings.idl
|
| index 4120690ad81ba364da0750102eb908c405695d9b..03e7b6e9066309f24a7db95318e78046dbaaac38 100644
|
| --- a/Source/core/testing/InternalSettings.idl
|
| +++ b/Source/core/testing/InternalSettings.idl
|
| @@ -57,5 +57,6 @@
|
| void setLangAttributeAwareFormControlUIEnabled(boolean enabled);
|
| void setOverlayScrollbarsEnabled(boolean enabled);
|
| void setExperimentalContentSecurityPolicyFeaturesEnabled(boolean enabled);
|
| + void setLaxMixedContentCheckingEnabled(boolean enabled);
|
| void setPseudoClassesInMatchingCriteriaInAuthorShadowTreesEnabled(boolean enabled);
|
| };
|
|
|