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

andersca at apple.com andersca at apple.com
Wed Dec 22 15:24:36 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 540488acf4eecdcbb4a45e278e9f83ac8bedc7dd
Author: andersca at apple.com <andersca at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Nov 2 22:48:20 2010 +0000

    Fix build.
    
    * TestWebKitAPI/PlatformUtilities.cpp:
    (TestWebKitAPI::Util::createContextForInjectedBundleTest):
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@71180 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKitTools/ChangeLog b/WebKitTools/ChangeLog
index 30162c1..04952d0 100644
--- a/WebKitTools/ChangeLog
+++ b/WebKitTools/ChangeLog
@@ -1,3 +1,10 @@
+2010-11-02  Anders Carlsson  <andersca at apple.com>
+
+        Fix build.
+
+        * TestWebKitAPI/PlatformUtilities.cpp:
+        (TestWebKitAPI::Util::createContextForInjectedBundleTest):
+
 2010-11-02  Sam Weinig  <sam at webkit.org>
 
         Reviewed by Anders Carlsson.
diff --git a/WebKitTools/TestWebKitAPI/PlatformUtilities.cpp b/WebKitTools/TestWebKitAPI/PlatformUtilities.cpp
index 867aa83..281fb13 100644
--- a/WebKitTools/TestWebKitAPI/PlatformUtilities.cpp
+++ b/WebKitTools/TestWebKitAPI/PlatformUtilities.cpp
@@ -39,7 +39,7 @@ WKContextRef createContextForInjectedBundleTest(const std::string& testName)
     WKContextRef context = WKContextCreateWithInjectedBundlePath(injectedBundlePath.get());
 
     WKRetainPtr<WKStringRef> testNameString(AdoptWK, WKStringCreateWithUTF8CString(testName.c_str()));
-    WKContextSetInitialObjectForInjectedBundle(context, testNameString.get());
+    WKContextSetInitializationUserDataForInjectedBundle(context, testNameString.get());
 
     return context;
 }

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list