Index: Source/core/page/scrolling/ScrollingConstraints.h |
diff --git a/Source/core/page/scrolling/ScrollingConstraints.h b/Source/core/page/scrolling/ScrollingConstraints.h |
index 1eb79a9be5dbe7c246721febd85b53db02af37be..cb40ad4ce75feeb75d9b31364cd2ba1fb46a652f 100644 |
--- a/Source/core/page/scrolling/ScrollingConstraints.h |
+++ b/Source/core/page/scrolling/ScrollingConstraints.h |
@@ -104,7 +104,7 @@ public: |
bool operator!=(const FixedPositionViewportConstraints& other) const { return !(*this == other); } |
private: |
- virtual ConstraintType constraintType() const override { return FixedPositionConstaint; } |
+ ConstraintType constraintType() const override { return FixedPositionConstaint; } |
FloatRect m_viewportRectAtLastLayout; |
FloatPoint m_layerPositionAtLastLayout; |