[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 18:33:58 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 739f6c49a720e9a72779ece3e9ec6bbf8eb7908f
Author: weinig at apple.com <weinig at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Dec 13 23:39:56 2010 +0000

    Fix windows build.
    
    * UIProcess/win/WebView.h:
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@73978 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit2/ChangeLog b/WebKit2/ChangeLog
index 3e0a9cf..19e4748 100644
--- a/WebKit2/ChangeLog
+++ b/WebKit2/ChangeLog
@@ -2,6 +2,12 @@
 
         Fix windows build.
 
+        * UIProcess/win/WebView.h:
+
+2010-12-13  Sam Weinig  <sam at webkit.org>
+
+        Fix windows build.
+
         * UIProcess/win/WebInspectorProxyWin.cpp:
         (WebKit::WebInspectorProxy::platformCreateInspectorPage):
         * UIProcess/win/WebView.h:
diff --git a/WebKit2/UIProcess/win/WebView.h b/WebKit2/UIProcess/win/WebView.h
index a9651fa..79092eb 100644
--- a/WebKit2/UIProcess/win/WebView.h
+++ b/WebKit2/UIProcess/win/WebView.h
@@ -58,7 +58,7 @@ public:
     WebPageProxy* page() const { return m_page.get(); }
 
 private:
-    WebView(RECT, WebContext*, WebPageGroup*, HWND parentWindow;
+    WebView(RECT, WebContext*, WebPageGroup*, HWND parentWindow);
 
     void initialize(WebPageNamespace*, WebPageGroup*, HWND parentWindow);
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list