[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

dbates at webkit.org dbates at webkit.org
Wed Dec 22 11:37:27 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit be796edc210fbe80b9c964579f6a7088001cd792
Author: dbates at webkit.org <dbates at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sat Jul 31 07:07:03 2010 +0000

    2010-07-31  Daniel Bates  <dbates at rim.com>
    
            Attempt to fix the Windows build after changeset 64409 <http://trac.webkit.org/changeset/64409>.
    
            * WebFrame.cpp:
            (WebFrame::setPrinting):
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@64412 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/win/ChangeLog b/WebKit/win/ChangeLog
index 0719e49..693eb3b 100644
--- a/WebKit/win/ChangeLog
+++ b/WebKit/win/ChangeLog
@@ -1,3 +1,10 @@
+2010-07-31  Daniel Bates  <dbates at rim.com>
+
+        Attempt to fix the Windows build after changeset 64409 <http://trac.webkit.org/changeset/64409>.
+
+        * WebFrame.cpp:
+        (WebFrame::setPrinting):
+
 2010-07-30  Dan Bernstein  <mitz at apple.com>
 
         Reviewed by Darin Adler.
diff --git a/WebKit/win/WebFrame.cpp b/WebKit/win/WebFrame.cpp
index 492da2d..f07821f 100644
--- a/WebKit/win/WebFrame.cpp
+++ b/WebKit/win/WebFrame.cpp
@@ -1939,7 +1939,7 @@ void WebFrame::setPrinting(bool printing, float minPageWidth, float maxPageWidth
 {
     Frame* coreFrame = core(this);
     ASSERT(coreFrame);
-    coreFrame->setPrinting(printing, FloatSize(minPageWidth, 0), maxPageWidth / minPageWidth, adjustViewSize ? Frame::AdjustViewSize : Frame:DoNotAdjustViewSize);
+    coreFrame->setPrinting(printing, FloatSize(minPageWidth, 0), maxPageWidth / minPageWidth, adjustViewSize ? Frame::AdjustViewSize : Frame::DoNotAdjustViewSize);
 }
 
 HRESULT STDMETHODCALLTYPE WebFrame::setInPrintingMode( 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list