[SCM] WebKit Debian packaging branch, webkit-1.3, updated. upstream/1.3.7-4207-g178b198

andersca at apple.com andersca at apple.com
Sun Feb 20 22:45:19 UTC 2011


The following commit has been merged in the webkit-1.3 branch:
commit 4c15ba3535c4f9220aeafde69d39f1f2bd494ca6
Author: andersca at apple.com <andersca at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Jan 11 01:06:15 2011 +0000

    Fix Windows build.
    
    * UIProcess/win/WebView.cpp:
    (WebKit::WebView::onShowWindowEvent):
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@75456 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit2/ChangeLog b/WebKit2/ChangeLog
index 6cee045..b6fe114 100644
--- a/WebKit2/ChangeLog
+++ b/WebKit2/ChangeLog
@@ -1,5 +1,12 @@
 2011-01-10  Anders Carlsson  <andersca at apple.com>
 
+        Fix Windows build.
+
+        * UIProcess/win/WebView.cpp:
+        (WebKit::WebView::onShowWindowEvent):
+
+2011-01-10  Anders Carlsson  <andersca at apple.com>
+
         Reviewed by Sam Weinig.
 
         Use a pull model for view state changes
diff --git a/WebKit2/UIProcess/win/WebView.cpp b/WebKit2/UIProcess/win/WebView.cpp
index 45589dc..6ce6cbd 100644
--- a/WebKit2/UIProcess/win/WebView.cpp
+++ b/WebKit2/UIProcess/win/WebView.cpp
@@ -469,7 +469,7 @@ LRESULT WebView::onShowWindowEvent(HWND hWnd, UINT message, WPARAM wParam, LPARA
     // FIXME: Is WM_SHOWWINDOW sent when ShowWindow is called on an ancestor of our window?
     if (!lParam) {
         m_isVisible = wParam;
-        m_page->viewStateDidChange(WebPageProxy::IsViewVisible);
+        m_page->viewStateDidChange(WebPageProxy::ViewIsVisible);
 
         handled = true;
     }

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list