Index: third_party/WebKit/Source/web/AssertMatchingEnums.cpp |
diff --git a/third_party/WebKit/Source/web/AssertMatchingEnums.cpp b/third_party/WebKit/Source/web/AssertMatchingEnums.cpp |
index 5c4b23762a6987affe46671eb257b63c6bf5f721..6b6c2e835b0a199cf85119d619b9deecf70a4c09 100644 |
--- a/third_party/WebKit/Source/web/AssertMatchingEnums.cpp |
+++ b/third_party/WebKit/Source/web/AssertMatchingEnums.cpp |
@@ -574,32 +574,6 @@ STATIC_ASSERT_ENUM(WebMediaPlayer::ReadyStateHaveFutureData, |
STATIC_ASSERT_ENUM(WebMediaPlayer::ReadyStateHaveEnoughData, |
HTMLMediaElement::kHaveEnoughData); |
-#if OS(MACOSX) |
-STATIC_ASSERT_ENUM(WebMouseWheelEvent::PhaseNone, PlatformWheelEventPhaseNone); |
-STATIC_ASSERT_ENUM(WebMouseWheelEvent::PhaseBegan, |
- PlatformWheelEventPhaseBegan); |
-STATIC_ASSERT_ENUM(WebMouseWheelEvent::PhaseStationary, |
- PlatformWheelEventPhaseStationary); |
-STATIC_ASSERT_ENUM(WebMouseWheelEvent::PhaseChanged, |
- PlatformWheelEventPhaseChanged); |
-STATIC_ASSERT_ENUM(WebMouseWheelEvent::PhaseEnded, |
- PlatformWheelEventPhaseEnded); |
-STATIC_ASSERT_ENUM(WebMouseWheelEvent::PhaseCancelled, |
- PlatformWheelEventPhaseCancelled); |
-STATIC_ASSERT_ENUM(WebMouseWheelEvent::PhaseMayBegin, |
- PlatformWheelEventPhaseMayBegin); |
- |
-STATIC_ASSERT_ENUM(WebMouseWheelEvent::PhaseNone, WheelEventPhaseNone); |
-STATIC_ASSERT_ENUM(WebMouseWheelEvent::PhaseBegan, WheelEventPhaseBegan); |
-STATIC_ASSERT_ENUM(WebMouseWheelEvent::PhaseStationary, |
- WheelEventPhaseStationary); |
-STATIC_ASSERT_ENUM(WebMouseWheelEvent::PhaseChanged, WheelEventPhaseChanged); |
-STATIC_ASSERT_ENUM(WebMouseWheelEvent::PhaseEnded, WheelEventPhaseEnded); |
-STATIC_ASSERT_ENUM(WebMouseWheelEvent::PhaseCancelled, |
- WheelEventPhaseCancelled); |
-STATIC_ASSERT_ENUM(WebMouseWheelEvent::PhaseMayBegin, WheelEventPhaseMayBegin); |
-#endif |
- |
STATIC_ASSERT_ENUM(WebScrollbar::Horizontal, HorizontalScrollbar); |
STATIC_ASSERT_ENUM(WebScrollbar::Vertical, VerticalScrollbar); |