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