| Index: Source/core/page/scrolling/ScrollingCoordinator.h
|
| diff --git a/Source/core/page/scrolling/ScrollingCoordinator.h b/Source/core/page/scrolling/ScrollingCoordinator.h
|
| index bdd92023456374e49a808465b7eee2b84fa99f74..35971c065e4177ff20fb40ca8d6a16d13f2ee5a9 100644
|
| --- a/Source/core/page/scrolling/ScrollingCoordinator.h
|
| +++ b/Source/core/page/scrolling/ScrollingCoordinator.h
|
| @@ -76,7 +76,7 @@ public:
|
| // Should be called whenever the root layer for the given frame view changes.
|
| void frameViewRootLayerDidChange(FrameView*);
|
|
|
| -#if OS(DARWIN)
|
| +#if OS(MACOSX)
|
| // Dispatched by the scrolling tree during handleWheelEvent. This is required as long as scrollbars are painted on the main thread.
|
| void handleWheelEventPhase(PlatformWheelEventPhase);
|
| #endif
|
|
|