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

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


The following commit has been merged in the debian/unstable branch:
commit a95b3b5f719f3fc81558259c6e8437ba0a007614
Author: sullivan <sullivan at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Apr 28 01:32:55 2004 +0000

            Fixed broken development build.
    
            * WebView.subproj/WebFrame.m:
            (-[WebFrame _transitionToLayoutAcceptable]):
            updated bad variable name used only in LOG statement to match
            recent change.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@6499 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index 2adcb88..e1d1083 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,3 +1,12 @@
+2004-04-27  John Sullivan  <sullivan at apple.com>
+
+        Fixed broken development build.
+
+        * WebView.subproj/WebFrame.m:
+        (-[WebFrame _transitionToLayoutAcceptable]):
+        updated bad variable name used only in LOG statement to match
+        recent change.
+
 2004-04-27  Richard Williamson   <rjw at apple.com>
 
 	Fixes for:
diff --git a/WebKit/WebView.subproj/WebFrame.m b/WebKit/WebView.subproj/WebFrame.m
index 7fb615e..8334ab5 100644
--- a/WebKit/WebView.subproj/WebFrame.m
+++ b/WebKit/WebView.subproj/WebFrame.m
@@ -650,7 +650,7 @@ NSString *WebPageCacheDocumentViewKey = @"WebPageCacheDocumentViewKey";
             // ahead and schedule a layout.
             timeSinceStart = (CFAbsoluteTimeGetCurrent() - [[self dataSource] _loadingStartedTime]);
             if (timeSinceStart > timedLayoutDelay) {
-                LOG(Timing, "performing early layout because commit time, %f, exceeded initial layout interval %f", timeSinceStart, defaultTimedDelay);
+                LOG(Timing, "performing early layout because commit time, %f, exceeded initial layout interval %f", timeSinceStart, timedLayoutDelay);
                 [self _timedLayout: nil];
             }
             else {

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list