| Index: Source/core/page/DragController.cpp
|
| diff --git a/Source/core/page/DragController.cpp b/Source/core/page/DragController.cpp
|
| index 11656b215061df6c9279b9ffe19d565de5c6ff78..03ceaa4f6126563ce795fab42d645b9ca2100833 100644
|
| --- a/Source/core/page/DragController.cpp
|
| +++ b/Source/core/page/DragController.cpp
|
| @@ -756,7 +756,7 @@ static IntPoint dragLocationForSelectionDrag(Frame* sourceFrame)
|
|
|
| static const IntSize& maxDragImageSize()
|
| {
|
| -#if OS(DARWIN)
|
| +#if OS(MACOSX)
|
| // Match Safari's drag image size.
|
| static const IntSize maxDragImageSize(400, 400);
|
| #else
|
|
|