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

levin at chromium.org levin at chromium.org
Wed Dec 22 12:01:38 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit ab409c8e99299d3f0435035b5ece5661deddc9d3
Author: levin at chromium.org <levin at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Aug 12 22:42:13 2010 +0000

    Build break fix.
    
    * WebKitTestRunner/TestController.cpp:
    (WTR::TestController::resetStateToConsistentValues): Removed usage
    of a variable that doesn't exist in the class.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@65274 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKitTools/ChangeLog b/WebKitTools/ChangeLog
index 0053c5e..f8d1d88 100644
--- a/WebKitTools/ChangeLog
+++ b/WebKitTools/ChangeLog
@@ -1,3 +1,11 @@
+2010-08-12  David Levin  <levin at chromium.org>
+
+        Build break fix.
+
+        * WebKitTestRunner/TestController.cpp:
+        (WTR::TestController::resetStateToConsistentValues): Removed usage
+        of a variable that doesn't exist in the class.
+
 2010-08-12  Jon Honeycutt  <jhoneycutt at apple.com>
 
         WebKitTestRunner needs to run tests without using native controls
diff --git a/WebKitTools/WebKitTestRunner/TestController.cpp b/WebKitTools/WebKitTestRunner/TestController.cpp
index 17d1160..1443844 100644
--- a/WebKitTools/WebKitTestRunner/TestController.cpp
+++ b/WebKitTools/WebKitTestRunner/TestController.cpp
@@ -185,7 +185,6 @@ void TestController::resetStateToConsistentValues()
 
     // Reset main page back to about:blank
     m_doneResetting = false;
-    m_resetResultedInError = false;
 
     WKRetainPtr<WKURLRef> url(AdoptWK, createWKURL("about:blank"));
     WKPageLoadURL(m_mainWebView->page(), url.get());

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list