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

mitz at apple.com mitz at apple.com
Wed Dec 22 12:10:01 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 5bd5222f093bd5b7d4b30e8e27e3d9804f19a2fd
Author: mitz at apple.com <mitz at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Aug 16 16:35:55 2010 +0000

    Build fix.
    
    * WebKitTestRunner/TestController.cpp:
    (WTR::createOtherPage): Initialize the contentsSizeChanged member.
    (WTR::TestController::initialize): Ditto.
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@65435 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKitTools/ChangeLog b/WebKitTools/ChangeLog
index 6164819..ba306ef 100644
--- a/WebKitTools/ChangeLog
+++ b/WebKitTools/ChangeLog
@@ -1,3 +1,11 @@
+2010-08-16  Dan Bernstein  <mitz at apple.com>
+
+        Build fix.
+
+        * WebKitTestRunner/TestController.cpp:
+        (WTR::createOtherPage): Initialize the contentsSizeChanged member.
+        (WTR::TestController::initialize): Ditto.
+
 2010-08-16  Balazs Kelemen  <kb at inf.u-szeged.hu>
 
         Reviewed by Kenneth Rohde Christiansen.
diff --git a/WebKitTools/WebKitTestRunner/TestController.cpp b/WebKitTools/WebKitTestRunner/TestController.cpp
index a5935d7..c8a78d5 100644
--- a/WebKitTools/WebKitTestRunner/TestController.cpp
+++ b/WebKitTools/WebKitTestRunner/TestController.cpp
@@ -82,6 +82,7 @@ static WKPageRef createOtherPage(WKPageRef oldPage, const void*)
         closeOtherPage,
         0,
         0,
+        0,
         0
     };
     WKPageSetPageUIClient(newPage, &otherPageUIClient);
@@ -145,6 +146,7 @@ void TestController::initialize(int argc, const char* argv[])
         0,
         0,
         0,
+        0,
         0
     };
     WKPageSetPageUIClient(m_mainWebView->page(), &pageUIClient);

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list