Changeset 49936 in webkit


Ignore:
Timestamp:
Oct 22, 2009 3:49:44 AM (15 years ago)
Author:
eric@webkit.org
Message:

2009-10-22 Alejandro G. Castro <alex@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:
Location:
trunk/WebKit/gtk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKit/gtk/ChangeLog

    r49843 r49936  
     12009-10-22  Alejandro G. Castro  <alex@igalia.com>
     2
     3        Reviewed by Xan Lopez.
     4
     5        m_webView should be private attribute of the EditorClientGtk.
     6        https://bugs.webkit.org/show_bug.cgi?id=30664
     7
     8        * WebKit/gtk/WebCoreSupport/EditorClientGtk.h:
     9
    1102009-10-20  Fumitoshi Ukai  <ukai@chromium.org>
    211
  • trunk/WebKit/gtk/WebCoreSupport/EditorClientGtk.h

    r45080 r49936  
    119119        virtual void setInputMethodState(bool enabled);
    120120
     121    private:
    121122        WebKitWebView* m_webView;
    122123    };
Note: See TracChangeset for help on using the changeset viewer.