| Index: Source/core/testing/InternalSettings.h
|
| diff --git a/Source/core/testing/InternalSettings.h b/Source/core/testing/InternalSettings.h
|
| index 68274b34c99f73a02f814873250a544fb252484d..fd4413566574064067510096522513bde15bd16e 100644
|
| --- a/Source/core/testing/InternalSettings.h
|
| +++ b/Source/core/testing/InternalSettings.h
|
| @@ -57,7 +57,6 @@ public:
|
|
|
| bool m_originalCSSExclusionsEnabled;
|
| bool m_originalAuthorShadowDOMForAnyElementEnabled;
|
| - bool m_originalStyleScoped;
|
| bool m_originalCSP;
|
| bool m_originalOverlayScrollbarsEnabled;
|
| EditingBehaviorType m_originalEditingBehavior;
|
| @@ -115,7 +114,6 @@ public:
|
| void setCSSExclusionsEnabled(bool);
|
| void setLangAttributeAwareFormControlUIEnabled(bool);
|
| void setOverlayScrollbarsEnabled(bool);
|
| - void setStyleScopedEnabled(bool);
|
| void setExperimentalContentSecurityPolicyFeaturesEnabled(bool);
|
| void setPseudoClassesInMatchingCriteriaInAuthorShadowTreesEnabled(bool);
|
|
|
|
|