[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.15.1-1414-gc69ee75

eric at webkit.org eric at webkit.org
Thu Oct 29 20:49:55 UTC 2009


The following commit has been merged in the webkit-1.1 branch:
commit 908c67423c27d9bdcba03a00feaec446b6a5cc8d
Author: eric at webkit.org <eric at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Oct 22 10:49:44 2009 +0000

    2009-10-22  Alejandro G. Castro  <alex at igalia.com>
    
            Reviewed by Xan Lopez.
    
            m_webView should be private attribute of the EditorClientGtk.
            https://bugs.webkit.org/show_bug.cgi?id=30664
    
            * WebKit/gtk/WebCoreSupport/EditorClientGtk.h:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@49936 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/gtk/ChangeLog b/WebKit/gtk/ChangeLog
index c978cf4..6974789 100644
--- a/WebKit/gtk/ChangeLog
+++ b/WebKit/gtk/ChangeLog
@@ -1,3 +1,12 @@
+2009-10-22  Alejandro G. Castro  <alex at igalia.com>
+
+        Reviewed by Xan Lopez.
+
+        m_webView should be private attribute of the EditorClientGtk.
+        https://bugs.webkit.org/show_bug.cgi?id=30664
+
+        * WebKit/gtk/WebCoreSupport/EditorClientGtk.h:
+
 2009-10-20  Fumitoshi Ukai  <ukai at chromium.org>
 
         Reviewed by David Levin.
diff --git a/WebKit/gtk/WebCoreSupport/EditorClientGtk.h b/WebKit/gtk/WebCoreSupport/EditorClientGtk.h
index 68034cf..9292651 100644
--- a/WebKit/gtk/WebCoreSupport/EditorClientGtk.h
+++ b/WebKit/gtk/WebCoreSupport/EditorClientGtk.h
@@ -118,6 +118,7 @@ namespace WebKit {
         virtual void getGuessesForWord(const WebCore::String&, WTF::Vector<WebCore::String>& guesses);
         virtual void setInputMethodState(bool enabled);
 
+    private:
         WebKitWebView* m_webView;
     };
 }

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list