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

paroga at webkit.org paroga at webkit.org
Wed Dec 22 15:49:47 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 3d6de4ecb62ffb0a9e4f03e5872203b6586df704
Author: paroga at webkit.org <paroga at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sat Nov 13 16:39:58 2010 +0000

    2010-11-13  Patrick Gansterer  <paroga at webkit.org>
    
            Unreviewed, build fix after r71541.
    
            * WebCoreSupport/ChromeClientWinCE.h:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@71968 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/wince/ChangeLog b/WebKit/wince/ChangeLog
index 0cbd925..0b99bf7 100644
--- a/WebKit/wince/ChangeLog
+++ b/WebKit/wince/ChangeLog
@@ -1,3 +1,9 @@
+2010-11-13  Patrick Gansterer  <paroga at webkit.org>
+
+        Unreviewed, build fix after r71541.
+
+        * WebCoreSupport/ChromeClientWinCE.h:
+
 2010-11-08  Alexey Proskuryakov  <ap at apple.com>
 
         Reviewed by Darin Adler.
diff --git a/WebKit/wince/WebCoreSupport/ChromeClientWinCE.h b/WebKit/wince/WebCoreSupport/ChromeClientWinCE.h
index 7219934..3069472 100644
--- a/WebKit/wince/WebCoreSupport/ChromeClientWinCE.h
+++ b/WebKit/wince/WebCoreSupport/ChromeClientWinCE.h
@@ -51,7 +51,7 @@ public:
     virtual void takeFocus(WebCore::FocusDirection);
 
     virtual void focusedNodeChanged(WebCore::Node*);
-    virtual void focusedFrameChanged(Frame*);
+    virtual void focusedFrameChanged(WebCore::Frame*);
 
     // The Frame pointer provides the ChromeClient with context about which
     // Frame wants to create the new Page.  Also, the newly created window

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list