| Index: Source/core/dom/Node.cpp
|
| diff --git a/Source/core/dom/Node.cpp b/Source/core/dom/Node.cpp
|
| index 7cadfd88b7fae74fea77f35db2d81aed90f9c98f..c557f0eed21175942d6768ff18c560e53262adfb 100644
|
| --- a/Source/core/dom/Node.cpp
|
| +++ b/Source/core/dom/Node.cpp
|
| @@ -2442,7 +2442,7 @@ void Node::defaultEventHandler(Event* event)
|
| if (event->hasInterface(eventNames().interfaceForTextEvent))
|
| if (Frame* frame = document().frame())
|
| frame->eventHandler()->defaultTextInputEventHandler(static_cast<TextEvent*>(event));
|
| -#if OS(WINDOWS)
|
| +#if OS(WIN)
|
| } else if (eventType == eventNames().mousedownEvent && event->isMouseEvent()) {
|
| MouseEvent* mouseEvent = toMouseEvent(event);
|
| if (mouseEvent->button() == MiddleButton) {
|
|
|