[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.20-204-g221d8e8

kevino at webkit.org kevino at webkit.org
Wed Feb 10 22:10:33 UTC 2010


The following commit has been merged in the webkit-1.1 branch:
commit 4d071be65f95f816a66130611d6276136c1648c4
Author: kevino at webkit.org <kevino at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Feb 3 04:00:17 2010 +0000

    [wx] Build fix after introduction of pageNumberForElementById.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@54269 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKitTools/ChangeLog b/WebKitTools/ChangeLog
index 8b98732..2492abd 100644
--- a/WebKitTools/ChangeLog
+++ b/WebKitTools/ChangeLog
@@ -1,3 +1,10 @@
+2010-02-02  Kevin Ollivier  <kevino at theolliviers.com>
+
+        [wx] Build fix after introduction of pageNumberForElementById.
+
+        * DumpRenderTree/wx/LayoutTestControllerWx.cpp:
+        (LayoutTestController::pageNumberForElementById):
+
 2010-02-02  Shu Chang  <Chang.Shu at nokia.com>
 
         Unreviewed.
diff --git a/WebKitTools/DumpRenderTree/wx/LayoutTestControllerWx.cpp b/WebKitTools/DumpRenderTree/wx/LayoutTestControllerWx.cpp
index 4b811ec..6d3b624 100644
--- a/WebKitTools/DumpRenderTree/wx/LayoutTestControllerWx.cpp
+++ b/WebKitTools/DumpRenderTree/wx/LayoutTestControllerWx.cpp
@@ -359,3 +359,9 @@ JSRetainPtr<JSStringRef> LayoutTestController::counterValueForElementById(JSStri
 {
     return 0;
 }
+
+int LayoutTestController::pageNumberForElementById(JSStringRef, float, float)
+{
+    // FIXME: implement
+    return -1;
+}

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list