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

rjw rjw at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 07:38:57 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 11d16f7a73f83ab346f191d37d22f8bd6c7ff34c
Author: rjw <rjw at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Apr 25 23:21:13 2003 +0000

            Final API review changes.
    
            parent -> parentFrame
            children -> childFrames
    
            Reviewed by Chris.
    
            * WebView.subproj/WebHTMLView.m:
            (-[WebHTMLView _setPrinting:pageWidth:]):
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@4194 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index 36a4ba9..16a24e4 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -7,6 +7,18 @@
 
         Reviewed by Chris.
 
+        * WebView.subproj/WebHTMLView.m:
+        (-[WebHTMLView _setPrinting:pageWidth:]):
+
+2003-04-25  Richard Williamson   <rjw at apple.com>
+
+        Final API review changes.
+
+        parent -> parentFrame
+        children -> childFrames
+
+        Reviewed by Chris.
+
         * WebCoreSupport.subproj/WebBridge.m:
         (-[WebBridge childFrames]):
         (-[WebBridge frameDetached]):
diff --git a/WebKit/WebView.subproj/WebHTMLView.m b/WebKit/WebView.subproj/WebHTMLView.m
index 51a36cc..3bec9d5 100644
--- a/WebKit/WebView.subproj/WebHTMLView.m
+++ b/WebKit/WebView.subproj/WebHTMLView.m
@@ -801,7 +801,7 @@
 - (void)_setPrinting:(BOOL)printing pageWidth:(float)pageWidth
 {
     WebFrame *frame = [self _frame];
-    NSArray *subframes = [frame children];
+    NSArray *subframes = [frame childFrames];
     unsigned n = [subframes count];
     unsigned i;
     for (i = 0; i != n; ++i) {

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list