Chromium Code Reviews| Index: Source/core/frame/History.cpp | 
| diff --git a/Source/core/frame/History.cpp b/Source/core/frame/History.cpp | 
| index 1ee748d2ef10972a129246f8d184ed2a61708723..b4a4f97230f112c7195ede76eed2921abbd54b84 100644 | 
| --- a/Source/core/frame/History.cpp | 
| +++ b/Source/core/frame/History.cpp | 
| @@ -44,7 +44,7 @@ namespace WebCore { | 
| History::History(Frame* frame) | 
| : DOMWindowProperty(frame) | 
| - , m_lastStateObjectRequested(0) | 
| + , m_lastStateObjectRequested(nullptr) | 
| { | 
| ScriptWrappable::init(this); | 
| } |