[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 08:34:11 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 80502cb2f605d65a7fe5f788990cfe6f91743cc1
Author: cblu <cblu at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Apr 13 17:57:46 2004 +0000

    	Fixed deployment build failure.
    
            Reviewed by john.
    
            * WebView.subproj/WebHTMLView.m:
            (-[WebHTMLView _handleMouseDragged:]): removed use of fileWrapper variable
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@6356 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index e850cec..96e0b9e 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,3 +1,12 @@
+2004-04-13  Chris Blumenberg  <cblu at apple.com>
+
+	Fixed deployment build failure.
+
+        Reviewed by john.
+
+        * WebView.subproj/WebHTMLView.m:
+        (-[WebHTMLView _handleMouseDragged:]): removed use of fileWrapper variable
+
 2004-04-12  Chris Blumenberg  <cblu at apple.com>
 
 	Factored out WebArchive to DOM code so that it could be used by both [WebHTMLView _pasteFromPasteboard:] and [WebView insertWebArchive:replacingDOMRange:].
diff --git a/WebKit/WebView.subproj/WebHTMLView.m b/WebKit/WebView.subproj/WebHTMLView.m
index b52be11..fa55d8e 100644
--- a/WebKit/WebView.subproj/WebHTMLView.m
+++ b/WebKit/WebView.subproj/WebHTMLView.m
@@ -743,8 +743,6 @@ static WebHTMLView *lastHitView = nil;
         _private->draggingImageURL = [imageURL retain];
         WebImageRenderer *image = [element objectForKey:WebElementImageKey];
         ASSERT([image isKindOfClass:[WebImageRenderer class]]);
-        NSFileWrapper *fileWrapper = [[self _dataSource] _fileWrapperForURL:_private->draggingImageURL];
-        ASSERT(fileWrapper);
         [self _web_dragImage:image
                      archive:[[element objectForKey:WebCoreElementDOMNodeKey] webArchive]
                         rect:[[element objectForKey:WebElementImageRectKey] rectValue]

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list