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

weinig at apple.com weinig at apple.com
Wed Dec 22 17:52:20 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 5912ab13e4b89588f35e2469195eaa77fd81aca5
Author: weinig at apple.com <weinig at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Dec 1 22:15:37 2010 +0000

    Another windows build fix.
    
    * UIProcess/API/C/win/WKView.cpp:
    (WKViewCreate):
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@73068 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit2/ChangeLog b/WebKit2/ChangeLog
index bf40a4e..7f1969f 100644
--- a/WebKit2/ChangeLog
+++ b/WebKit2/ChangeLog
@@ -1,5 +1,12 @@
 2010-12-01  Sam Weinig  <sam at webkit.org>
 
+        Another windows build fix.
+
+        * UIProcess/API/C/win/WKView.cpp:
+        (WKViewCreate):
+
+2010-12-01  Sam Weinig  <sam at webkit.org>
+
         Attempt to fix Windows build.
 
         * UIProcess/API/C/win/WKViewPrivate.cpp:
diff --git a/WebKit2/UIProcess/API/C/win/WKView.cpp b/WebKit2/UIProcess/API/C/win/WKView.cpp
index c7fd508..dca3139 100644
--- a/WebKit2/UIProcess/API/C/win/WKView.cpp
+++ b/WebKit2/UIProcess/API/C/win/WKView.cpp
@@ -37,7 +37,7 @@ WKTypeID WKViewGetTypeID()
 
 WKViewRef WKViewCreate(RECT rect, WKPageNamespaceRef pageNamespaceRef, WKPageGroupRef pageGroupRef, HWND parentWindow)
 {
-    RefPtr<WebView> view = WebView::create(rect, toImpl(pageNamespaceRef), toImpl(pageGroupRef), parentWindow, VisibleToInjectedBundle);
+    RefPtr<WebView> view = WebView::create(rect, toImpl(pageNamespaceRef), toImpl(pageGroupRef), parentWindow);
     return toAPI(view.release().releaseRef());
 }
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list