[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:16 UTC 2010


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

    Attempt to fix Windows build.
    
    * UIProcess/API/C/win/WKViewPrivate.cpp:
    * UIProcess/API/C/win/WKViewPrivate.h:
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@73067 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit2/ChangeLog b/WebKit2/ChangeLog
index 1a6e639..bf40a4e 100644
--- a/WebKit2/ChangeLog
+++ b/WebKit2/ChangeLog
@@ -1,5 +1,12 @@
 2010-12-01  Sam Weinig  <sam at webkit.org>
 
+        Attempt to fix Windows build.
+
+        * UIProcess/API/C/win/WKViewPrivate.cpp:
+        * UIProcess/API/C/win/WKViewPrivate.h:
+
+2010-12-01  Sam Weinig  <sam at webkit.org>
+
         Reviewed by Anders Carlsson.
 
         Add PageGrouping to WebKit2 API
diff --git a/WebKit2/UIProcess/API/C/win/WKViewPrivate.cpp b/WebKit2/UIProcess/API/C/win/WKViewPrivate.cpp
index a5d4689..00c3595 100644
--- a/WebKit2/UIProcess/API/C/win/WKViewPrivate.cpp
+++ b/WebKit2/UIProcess/API/C/win/WKViewPrivate.cpp
@@ -30,12 +30,6 @@
 
 using namespace WebKit;
 
-WKViewRef WKViewCreateForWebInspector(RECT rect, WKPageNamespaceRef pageNamespaceRef, HWND parentWindow)
-{
-    RefPtr<WebView> view = WebView::create(rect, toImpl(pageNamespaceRef), parentWindow, HiddenFromInjectedBundle);
-    return toAPI(view.release().releaseRef());
-}
-
 void WKViewSetOverrideCursor(WKViewRef viewRef, HCURSOR overrideCursor)
 {
     toImpl(viewRef)->setOverrideCursor(overrideCursor);
diff --git a/WebKit2/UIProcess/API/C/win/WKViewPrivate.h b/WebKit2/UIProcess/API/C/win/WKViewPrivate.h
index 9d2a7dd..5f89fd4 100644
--- a/WebKit2/UIProcess/API/C/win/WKViewPrivate.h
+++ b/WebKit2/UIProcess/API/C/win/WKViewPrivate.h
@@ -33,8 +33,6 @@
 extern "C" {
 #endif
 
-WK_EXPORT WKViewRef WKViewCreateForWebInspector(RECT rect, WKPageNamespaceRef pageNamespace, HWND parentWindow);
-
 WK_EXPORT void WKViewSetOverrideCursor(WKViewRef viewRef, HCURSOR overrideCursor);
 
 #ifdef __cplusplus

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list