summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/rendering/style/StyleScrollSnapPoints.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/rendering/style/StyleScrollSnapPoints.cpp')
-rw-r--r--Source/WebCore/rendering/style/StyleScrollSnapPoints.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/WebCore/rendering/style/StyleScrollSnapPoints.cpp b/Source/WebCore/rendering/style/StyleScrollSnapPoints.cpp
index 8d8858f84..854c3e25f 100644
--- a/Source/WebCore/rendering/style/StyleScrollSnapPoints.cpp
+++ b/Source/WebCore/rendering/style/StyleScrollSnapPoints.cpp
@@ -31,8 +31,8 @@
namespace WebCore {
ScrollSnapPoints::ScrollSnapPoints()
- : repeatOffset(100, Percent)
- , hasRepeat(true)
+ : repeatOffset(0, Fixed)
+ , hasRepeat(false)
, usesElements(false)
{
}