Chromium Code Reviews| Index: Source/core/frame/PlatformEventDispatcher.cpp |
| diff --git a/Source/core/frame/PlatformEventDispatcher.cpp b/Source/core/frame/PlatformEventDispatcher.cpp |
| index 40267d35c5b81aacc7668d51895421c0130d04b4..397d7881752d3dd435ddd6410d8a191368f72f71 100644 |
| --- a/Source/core/frame/PlatformEventDispatcher.cpp |
| +++ b/Source/core/frame/PlatformEventDispatcher.cpp |
| @@ -41,7 +41,7 @@ void PlatformEventDispatcher::removeController(PlatformEventController* controll |
| if (index == kNotFound) |
| return; |
| - m_controllers[index] = 0; |
| + m_controllers[index] = nullptr; |
| m_needsPurge = true; |
| if (!m_isDispatching) |