Chromium Code Reviews| Index: Source/core/layout/LayoutButton.cpp |
| diff --git a/Source/core/layout/LayoutButton.cpp b/Source/core/layout/LayoutButton.cpp |
| index 9c7f167dc931b8cfba8902def936e919a77564f7..7ca0e7e6a8f2b8807dba1251448b9160880bfa6d 100644 |
| --- a/Source/core/layout/LayoutButton.cpp |
| +++ b/Source/core/layout/LayoutButton.cpp |
| @@ -27,7 +27,7 @@ using namespace HTMLNames; |
| LayoutButton::LayoutButton(Element* element) |
| : LayoutFlexibleBox(element) |
| - , m_inner(0) |
| + , m_inner(nullptr) |
| { |
| } |