Chromium Code Reviews| Index: Source/core/page/EventHandler.h |
| diff --git a/Source/core/page/EventHandler.h b/Source/core/page/EventHandler.h |
| index 3e95ae6327cf021c4e306fb6ed8fa3736a13e979..a36a22c516c6fa7c6aaf43e4758b7e3c9d01ceb6 100644 |
| --- a/Source/core/page/EventHandler.h |
| +++ b/Source/core/page/EventHandler.h |
| @@ -99,7 +99,7 @@ public: |
| Node* mousePressNode() const; |
| void setMousePressNode(PassRefPtr<Node>); |
| -#if OS(WINDOWS) |
| +#if OS(WIN) |
| void startPanScrolling(RenderObject*); |
| #endif |