[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.15-1-40151-g37bb677

cblu cblu at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 07:21:05 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 7478d3b9793b86a67b7c6a70096125e80e6edfd2
Author: cblu <cblu at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Jan 22 19:57:58 2003 +0000

    	Removed comment that I added by mistake.
    
            Reviewed by me.
    
            * WebView.subproj/WebHTMLView.m:
            (-[WebHTMLView draggingSourceOperationMaskForLocal:]):
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@3401 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index 2a0f8c5..1d589b9 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,5 +1,14 @@
 2003-01-22  Chris Blumenberg  <cblu at apple.com>
 
+	Removed comment that I added by mistake.
+
+        Reviewed by me.
+
+        * WebView.subproj/WebHTMLView.m:
+        (-[WebHTMLView draggingSourceOperationMaskForLocal:]):
+
+2003-01-22  Chris Blumenberg  <cblu at apple.com>
+
 	Fixed: 3153651 - text dragging does not work to Terminal
 
         Reviewed by trey.
diff --git a/WebKit/WebView.subproj/WebHTMLView.m b/WebKit/WebView.subproj/WebHTMLView.m
index ae4aaa7..8999a2b 100644
--- a/WebKit/WebView.subproj/WebHTMLView.m
+++ b/WebKit/WebView.subproj/WebHTMLView.m
@@ -631,7 +631,6 @@
 
 - (unsigned)draggingSourceOperationMaskForLocal:(BOOL)isLocal
 {
-    NSLog(@"draggingSourceOperationMaskForLocal");
     return (NSDragOperationGeneric|NSDragOperationCopy);
 }
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list