From d19c83b203e72c34b78a731c61d73c77ad99794e Mon Sep 17 00:00:00 2001 From: Steve Block Date: Thu, 8 Oct 2009 11:13:05 +0100 Subject: Fixes a bunch of WebKit whitespace discrepancies between Android and webkit.org. Do not merge. This will avoid noise in the diffs when upstreaming Android-specific changes to webkit.org. This has already been submitted to master branch. --- WebCore/page/android/DragControllerAndroid.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'WebCore/page/android/DragControllerAndroid.cpp') diff --git a/WebCore/page/android/DragControllerAndroid.cpp b/WebCore/page/android/DragControllerAndroid.cpp index 99e18a6..e67a277 100644 --- a/WebCore/page/android/DragControllerAndroid.cpp +++ b/WebCore/page/android/DragControllerAndroid.cpp @@ -38,8 +38,8 @@ bool DragController::isCopyKeyDown() DragOperation DragController::dragOperation(DragData* dragData) { - //FIXME: This logic is incomplete - ASSERT(0); + // FIXME: This logic is incomplete + ASSERT(0); if (dragData->containsURL()) return DragOperationCopy; -- cgit v1.1