Index: Source/core/page/DragController.cpp |
diff --git a/Source/core/page/DragController.cpp b/Source/core/page/DragController.cpp |
index 9ef0f234ca8759170d5faac7b8acd01ceb5959c8..241007b17992d96f8cdae78203e3eb139d6ab76c 100644 |
--- a/Source/core/page/DragController.cpp |
+++ b/Source/core/page/DragController.cpp |
@@ -91,7 +91,7 @@ static const int MaxOriginalImageArea = 1500 * 1500; |
static const int LinkDragBorderInset = 2; |
static const float DragImageAlpha = 0.75f; |
-#if !ASSERT_DISABLED |
+#if ASSERT_ENABLED |
static bool dragTypeIsValid(DragSourceAction action) |
{ |
switch (action) { |