Index: Source/core/layout/LayoutGeometryMap.h |
diff --git a/Source/core/layout/LayoutGeometryMap.h b/Source/core/layout/LayoutGeometryMap.h |
index 4b1cef790c603dea69bfb7d09f822fd94c073257..d24718979decfe25803cedbfde76f0484931611a 100644 |
--- a/Source/core/layout/LayoutGeometryMap.h |
+++ b/Source/core/layout/LayoutGeometryMap.h |
@@ -76,7 +76,7 @@ public: |
void push(const LayoutObject*, const TransformationMatrix&, bool accumulatingTransform = false, bool isNonUniform = false, bool isFixedPosition = false, bool hasTransform = false, LayoutSize offsetForFixedPosition = LayoutSize()); |
private: |
- void mapToContainer(TransformState&, const LayoutBoxModelObject* container = 0) const; |
+ void mapToContainer(TransformState&, const LayoutBoxModelObject* container = nullptr) const; |
void stepInserted(const LayoutGeometryMapStep&); |
void stepRemoved(const LayoutGeometryMapStep&); |