Chromium Code Reviews| Index: Source/core/layout/LayoutGrid.cpp |
| diff --git a/Source/core/layout/LayoutGrid.cpp b/Source/core/layout/LayoutGrid.cpp |
| index 1ccafe01c0a8ce991cfb260f63d0506a79c7d240..3a77e823fd9f4335a327d5fbc37a58e4f335cb0a 100644 |
| --- a/Source/core/layout/LayoutGrid.cpp |
| +++ b/Source/core/layout/LayoutGrid.cpp |
| @@ -170,7 +170,7 @@ public: |
| m_childIndex = 0; |
| } |
| - return 0; |
| + return nullptr; |
| } |
| bool checkEmptyCells(size_t rowSpan, size_t columnSpan) const |