| Index: Source/web/ChromeClientImpl.cpp
|
| diff --git a/Source/web/ChromeClientImpl.cpp b/Source/web/ChromeClientImpl.cpp
|
| index b248be293e416836aa62e0ffe8d0ad303f0151ce..84145fe78e7b6de0d649a157a3f9d8ec0b288a6b 100644
|
| --- a/Source/web/ChromeClientImpl.cpp
|
| +++ b/Source/web/ChromeClientImpl.cpp
|
| @@ -737,7 +737,7 @@ void ChromeClientImpl::setCursor(const WebCore::Cursor& cursor)
|
|
|
| void ChromeClientImpl::setCursor(const WebCursorInfo& cursor)
|
| {
|
| -#if OS(DARWIN)
|
| +#if OS(MACOSX)
|
| // On Mac the mousemove event propagates to both the popup and main window.
|
| // If a popup is open we don't want the main window to change the cursor.
|
| if (m_webView->hasOpenedPopup())
|
|
|