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

darin darin at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 07:56:49 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit ecafedac6b62a610a5aa7a2b398300f84d647503
Author: darin <darin at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Sep 22 02:27:26 2003 +0000

            * WebView.subproj/WebHTMLViewPrivate.m: (-[WebHTMLView removeTrackingRect:]): Remove bogus assert.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@5027 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index b609245..04c4da0 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,5 +1,9 @@
 2003-09-21  Darin Adler  <darin at apple.com>
 
+        * WebView.subproj/WebHTMLViewPrivate.m: (-[WebHTMLView removeTrackingRect:]): Remove bogus assert.
+
+2003-09-21  Darin Adler  <darin at apple.com>
+
         Reviewed by Dave.
 
         - fixed 3106411 -- show title attribute for page elements in tooltip on mouseover (important for PeopleSoft)
diff --git a/WebKit/WebView.subproj/WebHTMLViewPrivate.m b/WebKit/WebView.subproj/WebHTMLViewPrivate.m
index de97d7a..8b9c16b 100644
--- a/WebKit/WebView.subproj/WebHTMLViewPrivate.m
+++ b/WebKit/WebView.subproj/WebHTMLViewPrivate.m
@@ -307,7 +307,6 @@ static WebHTMLView *lastHitView = nil;
 - (void)removeTrackingRect:(NSTrackingRectTag)tag
 {
     if (_private != nil) {
-        ASSERT(_private->trackingRectOwner != nil);
         _private->trackingRectOwner = nil;
     }
 }

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list