| Index: Source/core/testing/InternalSettings.idl
|
| diff --git a/Source/core/testing/InternalSettings.idl b/Source/core/testing/InternalSettings.idl
|
| index c95af21dbda0121a9901bd16aee22100cefb8a29..3be279c33ee28ec686c07cbb9941832ff4c8f256 100644
|
| --- a/Source/core/testing/InternalSettings.idl
|
| +++ b/Source/core/testing/InternalSettings.idl
|
| @@ -58,6 +58,7 @@
|
| // cannot be changed after process start. These setters should
|
| // be removed or moved onto internals.runtimeFlags:
|
| void setAuthorShadowDOMForAnyElementEnabled(boolean enabled);
|
| + void setCSSStickyPositionEnabled(boolean enabled);
|
| void setLangAttributeAwareFormControlUIEnabled(boolean enabled);
|
| void setOverlayScrollbarsEnabled(boolean enabled);
|
| void setExperimentalContentSecurityPolicyFeaturesEnabled(boolean enabled);
|
|
|