diff options
Diffstat (limited to 'WebCore/page/haiku/DragControllerHaiku.cpp')
-rw-r--r-- | WebCore/page/haiku/DragControllerHaiku.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/WebCore/page/haiku/DragControllerHaiku.cpp b/WebCore/page/haiku/DragControllerHaiku.cpp index ef08ac2..0b95558 100644 --- a/WebCore/page/haiku/DragControllerHaiku.cpp +++ b/WebCore/page/haiku/DragControllerHaiku.cpp @@ -32,9 +32,10 @@ #include <InterfaceDefs.h> -namespace WebCore { +namespace WebCore +{ -// FIXME: These values are straight out of DragControllerMac, so probably have +// FIXME: These values are straight out of DragControllerMac, so probably have // little correlation with Haiku standards... const int DragController::LinkDragBorderInset = 2; const int DragController::MaxOriginalImageArea = 1500 * 1500; |