[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 06:27:10 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 2e8121aeec7125e2acbcfca7e9df8577c362ca81
Author: cblu <cblu at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Jul 24 22:54:59 2002 +0000

    	Call [self _locationChangeHandler] instead of _private-locationChangeHandler
    
            * WebView.subproj/WebDataSourcePrivate.m:
            (-[WebDataSource receivedPageIcon:]):
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@1662 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index 1adf10d..d69fa7b 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,3 +1,10 @@
+2002-07-24  Chris Blumenberg  <cblu at apple.com>
+
+	Call [self _locationChangeHandler] instead of _private-locationChangeHandler
+
+        * WebView.subproj/WebDataSourcePrivate.m:
+        (-[WebDataSource receivedPageIcon:]):
+
 2002-07-24  Richard Williamson (Local)  <rjw at apple.com>
 
         Implemented find for text views.
diff --git a/WebKit/ChangeLog-2002-12-03 b/WebKit/ChangeLog-2002-12-03
index 1adf10d..d69fa7b 100644
--- a/WebKit/ChangeLog-2002-12-03
+++ b/WebKit/ChangeLog-2002-12-03
@@ -1,3 +1,10 @@
+2002-07-24  Chris Blumenberg  <cblu at apple.com>
+
+	Call [self _locationChangeHandler] instead of _private-locationChangeHandler
+
+        * WebView.subproj/WebDataSourcePrivate.m:
+        (-[WebDataSource receivedPageIcon:]):
+
 2002-07-24  Richard Williamson (Local)  <rjw at apple.com>
 
         Implemented find for text views.
diff --git a/WebKit/WebView.subproj/WebDataSourcePrivate.m b/WebKit/WebView.subproj/WebDataSourcePrivate.m
index c7ddc79..bd1b6ce 100644
--- a/WebKit/WebView.subproj/WebDataSourcePrivate.m
+++ b/WebKit/WebView.subproj/WebDataSourcePrivate.m
@@ -468,7 +468,7 @@
 
 - (void)receivedPageIcon:(NSImage *)image
 {
-    [_private->locationChangeHandler receivedPageIcon:image forDataSource:self];
+    [[self _locationChangeHandler] receivedPageIcon:image forDataSource:self];
 }
 
 - (void)_loadIcon

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list