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

trey trey at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 07:20:22 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 746d11b34b4068d94f215751706d9d2e94385635
Author: trey <trey at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Jan 21 00:09:19 2003 +0000

    	Nit fix to remove a dead "cursor" ivar found while grepping.
    
            Reviewed by Richard.
    
            * WebView.subproj/WebDynamicScrollBarsView.h:
            * WebView.subproj/WebDynamicScrollBarsView.m:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@3358 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index cd798e7..ce39cd0 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,3 +1,12 @@
+2003-01-20  Trey Matteson  <trey at apple.com>
+
+	Nit fix to remove a dead "cursor" ivar found while grepping.
+
+        Reviewed by Richard.
+
+        * WebView.subproj/WebDynamicScrollBarsView.h:
+        * WebView.subproj/WebDynamicScrollBarsView.m:
+
 2003-01-18  Maciej Stachowiak  <mjs at apple.com>
 
         Reviewed by John.
diff --git a/WebKit/WebView.subproj/WebDynamicScrollBarsView.h b/WebKit/WebView.subproj/WebDynamicScrollBarsView.h
index dd8f65b..c492cec 100644
--- a/WebKit/WebView.subproj/WebDynamicScrollBarsView.h
+++ b/WebKit/WebView.subproj/WebDynamicScrollBarsView.h
@@ -15,7 +15,6 @@
 
 @interface WebDynamicScrollBarsView : NSScrollView <WebCoreFrameView>
 {
-    NSCursor *cursor;
     BOOL disallowsScrolling;
     BOOL suppressLayout;
 }
diff --git a/WebKit/WebView.subproj/WebDynamicScrollBarsView.m b/WebKit/WebView.subproj/WebDynamicScrollBarsView.m
index e8d314b..211427a 100644
--- a/WebKit/WebView.subproj/WebDynamicScrollBarsView.m
+++ b/WebKit/WebView.subproj/WebDynamicScrollBarsView.m
@@ -103,10 +103,4 @@
     return !disallowsScrolling;
 }
 
-- (void)dealloc
-{
-    [cursor release];
-    [super dealloc];
-}
-
 @end

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list