[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.15.1-1414-gc69ee75

hyatt at apple.com hyatt at apple.com
Thu Oct 29 20:38:19 UTC 2009


The following commit has been merged in the webkit-1.1 branch:
commit e19d51a3d682efe560b4385abd2b302c603996d8
Author: hyatt at apple.com <hyatt at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Oct 2 20:07:34 2009 +0000

    Fix Windows bustage.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@49038 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/win/WebView.cpp b/WebKit/win/WebView.cpp
index c6d10c7..2dec5d0 100644
--- a/WebKit/win/WebView.cpp
+++ b/WebKit/win/WebView.cpp
@@ -5465,7 +5465,7 @@ HRESULT WebView::addUserScriptToGroup(BSTR groupName, unsigned worldID, BSTR sou
     return S_OK;
 }
 
-HRESULT WebView::addUserStyleSheetToGroup(BSTR groupName, unsigned worldID, BSTR source, BSTR url
+HRESULT WebView::addUserStyleSheetToGroup(BSTR groupName, unsigned worldID, BSTR source, BSTR url,
                                           unsigned whitelistCount, BSTR* whitelist,
                                           unsigned blacklistCount, BSTR* blacklist)
 {

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list