[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:29:14 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 9c35b254f6a036cb1ed94a1f69b34e5a729c602f
Author: cblu <cblu at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Mar 12 04:34:39 2003 +0000

    	Fixed deployment build failure.
    
            Reviewed by me.
    
            * WebView.subproj/WebFramePrivate.m:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@3806 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index 5134688..0162947 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,3 +1,11 @@
+2003-03-11  Chris Blumenberg  <cblu at apple.com>
+
+	Fixed deployment build failure.
+
+        Reviewed by me.
+
+        * WebView.subproj/WebFramePrivate.m:
+
 2003-03-11  Richard Williamson   <rjw at apple.com>
 
         Added controller: parameter to all WebControllers delegates.
diff --git a/WebKit/WebView.subproj/WebFramePrivate.m b/WebKit/WebView.subproj/WebFramePrivate.m
index bbdc4bd..af76647 100644
--- a/WebKit/WebView.subproj/WebFramePrivate.m
+++ b/WebKit/WebView.subproj/WebFramePrivate.m
@@ -1012,7 +1012,7 @@ static CFAbsoluteTime _timeOfLastCompletedLoad;
     WebError *error = [WebError errorWithCode:code
                                      inDomain:WebErrorDomainWebKit
                                    failingURL:[URL absoluteString]];
-    WebController *c;
+    WebController *c = [self controller];
     [[c _policyDelegateForwarder] controller:c unableToImplementPolicyWithError:error inFrame:self];    
 }
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list