Chromium Code Reviews| Index: Source/core/dom/WheelEvent.cpp |
| diff --git a/Source/core/dom/WheelEvent.cpp b/Source/core/dom/WheelEvent.cpp |
| index a0a1ec6f4257f1d240d4d79fc45b9ce1f23efff9..2f430c38967799d916f2b26f11f91a26531a92ac 100644 |
| --- a/Source/core/dom/WheelEvent.cpp |
| +++ b/Source/core/dom/WheelEvent.cpp |
| @@ -27,8 +27,6 @@ |
| #include "core/dom/EventNames.h" |
| #include "core/platform/PlatformWheelEvent.h" |
| -#include <wtf/MathExtras.h> |
| - |
| namespace WebCore { |
| WheelEventInit::WheelEventInit() |