[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:21 UTC 2011


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

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

diff --git a/WebKit2/ChangeLog b/WebKit2/ChangeLog
index b6fe114..bf48f6e 100644
--- a/WebKit2/ChangeLog
+++ b/WebKit2/ChangeLog
@@ -1,5 +1,12 @@
 2011-01-10  Anders Carlsson  <andersca at apple.com>
 
+        Fix Windows build again.
+
+        * UIProcess/win/WebView.cpp:
+        (WebKit::WebView::isViewWindowActive):
+
+2011-01-10  Anders Carlsson  <andersca at apple.com>
+
         Fix Windows build.
 
         * UIProcess/win/WebView.cpp:
diff --git a/WebKit2/UIProcess/win/WebView.cpp b/WebKit2/UIProcess/win/WebView.cpp
index 6ce6cbd..f5e9a1e 100644
--- a/WebKit2/UIProcess/win/WebView.cpp
+++ b/WebKit2/UIProcess/win/WebView.cpp
@@ -583,7 +583,7 @@ WebCore::IntSize WebView::viewSize()
     return IntRect(clientRect).size();
 }
 
-bool WebView::ViewWindowIsActive()
+bool WebView::isViewWindowActive()
 {    
     HWND activeWindow = ::GetActiveWindow();
     return (activeWindow && m_topLevelParentWindow == findTopLevelParentWindow(activeWindow));

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list