| Index: Source/web/WebInputEventConversion.cpp
|
| diff --git a/Source/web/WebInputEventConversion.cpp b/Source/web/WebInputEventConversion.cpp
|
| index fdb2ca3407bf7599d95ccdc5951bba90227f729d..93d569a2124b4c04aab1ca25c06be5b395e7f7cc 100644
|
| --- a/Source/web/WebInputEventConversion.cpp
|
| +++ b/Source/web/WebInputEventConversion.cpp
|
| @@ -138,7 +138,7 @@ PlatformWheelEventBuilder::PlatformWheelEventBuilder(Widget* widget, const WebMo
|
| m_modifiers |= PlatformEvent::MetaKey;
|
|
|
| m_hasPreciseScrollingDeltas = e.hasPreciseScrollingDeltas;
|
| -#if OS(DARWIN)
|
| +#if OS(MACOSX)
|
| m_phase = static_cast<WebCore::PlatformWheelEventPhase>(e.phase);
|
| m_momentumPhase = static_cast<WebCore::PlatformWheelEventPhase>(e.momentumPhase);
|
| m_timestamp = e.timeStampSeconds;
|
|
|