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

mitz at apple.com mitz at apple.com
Wed Dec 22 17:47:01 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 1ad2d30aba99b517ccd3fb2bf5aff53429fce9ba
Author: mitz at apple.com <mitz at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Nov 30 07:30:08 2010 +0000

    Windows DumpRenderTree build fix after r72887.
    
    * DumpRenderTree/win/LayoutTestControllerWin.cpp:
    (LayoutTestController::findString): Added empty implementation.
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@72890 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKitTools/ChangeLog b/WebKitTools/ChangeLog
index 92298e6..f32b255 100644
--- a/WebKitTools/ChangeLog
+++ b/WebKitTools/ChangeLog
@@ -1,5 +1,12 @@
 2010-11-29  Dan Bernstein  <mitz at apple.com>
 
+        Windows DumpRenderTree build fix after r72887.
+
+        * DumpRenderTree/win/LayoutTestControllerWin.cpp:
+        (LayoutTestController::findString): Added empty implementation.
+
+2010-11-29  Dan Bernstein  <mitz at apple.com>
+
         Reviewed by Darin Adler.
 
         DumpRenderTree changes for testing the text search API.
diff --git a/WebKitTools/DumpRenderTree/win/LayoutTestControllerWin.cpp b/WebKitTools/DumpRenderTree/win/LayoutTestControllerWin.cpp
index bc76139..b1a4ef4 100644
--- a/WebKitTools/DumpRenderTree/win/LayoutTestControllerWin.cpp
+++ b/WebKitTools/DumpRenderTree/win/LayoutTestControllerWin.cpp
@@ -906,6 +906,12 @@ void LayoutTestController::execCommand(JSStringRef name, JSStringRef value)
     SysFreeString(valueBSTR);
 }
 
+bool LayoutTestController::findString(JSContextRef /* context */, JSStringRef /* target */, JSObjectRef /* optionsArray */)
+{
+    // FIXME: Implement
+    return false;
+}
+
 void LayoutTestController::setCacheModel(int)
 {
     // FIXME: Implement

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list