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

gramps gramps at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 06:28:37 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 4d9bbd78da2ad1e8068a31ed9e5a658fff24287c
Author: gramps <gramps at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Aug 1 15:18:25 2002 +0000

    Fixed deployment build compile problem.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@1712 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index 0ea9801..8f8815a 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,3 +1,10 @@
+2002-08-01  Don Melton  <gramps at apple.com>
+
+	Fixed deployment build compile problem.
+
+        * WebView.subproj/WebFramePrivate.m:
+        (-[WebFrame _transitionToCommitted]):
+
 2002-08-01  Maciej Stachowiak  <mjs at apple.com>
 
         Remove stuff formerly useful for "View Reconstructed Source"
diff --git a/WebKit/ChangeLog-2002-12-03 b/WebKit/ChangeLog-2002-12-03
index 0ea9801..8f8815a 100644
--- a/WebKit/ChangeLog-2002-12-03
+++ b/WebKit/ChangeLog-2002-12-03
@@ -1,3 +1,10 @@
+2002-08-01  Don Melton  <gramps at apple.com>
+
+	Fixed deployment build compile problem.
+
+        * WebView.subproj/WebFramePrivate.m:
+        (-[WebFrame _transitionToCommitted]):
+
 2002-08-01  Maciej Stachowiak  <mjs at apple.com>
 
         Remove stuff formerly useful for "View Reconstructed Source"
diff --git a/WebKit/WebView.subproj/WebFramePrivate.m b/WebKit/WebView.subproj/WebFramePrivate.m
index e10983d..5cce6b7 100644
--- a/WebKit/WebView.subproj/WebFramePrivate.m
+++ b/WebKit/WebView.subproj/WebFramePrivate.m
@@ -236,10 +236,12 @@ static const char * const stateNames[6] = {
 - (void)_transitionToCommitted
 {
     WEBKIT_ASSERT ([self controller] != nil);
-    NSView <WebDocumentView> *documentView = [[self webView] documentView];
+    NSView <WebDocumentView> *documentView;
     WebHistoryItem *backForwardItem;
     WebBackForwardList *backForwardList = [[self controller] backForwardList];
     
+    documentView = [[self webView] documentView];
+
     switch ([self _state]) {
     	case WebFrameStateProvisional:
         {

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list