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

ap at apple.com ap at apple.com
Wed Dec 22 15:34:51 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 9ee1dd76d68c52fc844e2a2b8b7588357195bd08
Author: ap at apple.com <ap at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Nov 8 19:15:47 2010 +0000

            Windows build fix.
    
            * WebCoreSupport/WebChromeClient.h: Added namespace prefix.
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@71548 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/win/ChangeLog b/WebKit/win/ChangeLog
index cf94018..e816b34 100644
--- a/WebKit/win/ChangeLog
+++ b/WebKit/win/ChangeLog
@@ -1,5 +1,11 @@
 2010-11-08  Alexey Proskuryakov  <ap at apple.com>
 
+        Windows build fix.
+
+        * WebCoreSupport/WebChromeClient.h: Added namespace prefix.
+
+2010-11-08  Alexey Proskuryakov  <ap at apple.com>
+
         Reviewed by Darin Adler.
 
         https://bugs.webkit.org/show_bug.cgi?id=48685
diff --git a/WebKit/win/WebCoreSupport/WebChromeClient.h b/WebKit/win/WebCoreSupport/WebChromeClient.h
index 55bc572..55167b6 100644
--- a/WebKit/win/WebCoreSupport/WebChromeClient.h
+++ b/WebKit/win/WebCoreSupport/WebChromeClient.h
@@ -57,7 +57,7 @@ public:
     virtual void takeFocus(WebCore::FocusDirection);
 
     virtual void focusedNodeChanged(WebCore::Node*);
-    virtual void focusedFrameChanged(Frame*);
+    virtual void focusedFrameChanged(WebCore::Frame*);
 
     virtual WebCore::Page* createWindow(WebCore::Frame*, const WebCore::FrameLoadRequest&, const WebCore::WindowFeatures&, const WebCore::NavigationAction&);
     virtual void show();

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list