Chromium Code Reviews| Index: Source/core/layout/ClipRectsCache.h |
| diff --git a/Source/core/layout/ClipRectsCache.h b/Source/core/layout/ClipRectsCache.h |
| index 9bb44bc1e29a5c96534c93bd54ec7e8ba8a0712d..8c907723c49ef3e3c57ac256bc133bf0b21b5930 100644 |
| --- a/Source/core/layout/ClipRectsCache.h |
| +++ b/Source/core/layout/ClipRectsCache.h |
| @@ -35,7 +35,7 @@ class ClipRectsCache { |
| public: |
| struct Entry { |
| Entry() |
| - : root(0) |
| + : root(nullptr) |
| #if ENABLE(ASSERT) |
| , scrollbarRelevancy(IgnoreOverlayScrollbarSize) |
| #endif |