[webkit-reviews] review granted: [Bug 26573] [Gtk] Add Undo/Redo support to WebKitGtk : [Attachment 31779] fixed the style issues

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 24 05:00:21 PDT 2009


Holger Freyther <zecke at selfish.org> has granted Jiahua Huang
<jhuangjiahua at gmail.com>'s request for review:
Bug 26573: [Gtk] Add Undo/Redo support to WebKitGtk
https://bugs.webkit.org/show_bug.cgi?id=26573

Attachment 31779: fixed the style issues
https://bugs.webkit.org/attachment.cgi?id=31779&action=review

------- Additional Comments from Holger Freyther <zecke at selfish.org>

>  EditorClient::EditorClient(WebKitWebView* webView)
> -    : m_webView(webView)
> +    : m_isInRedo(false), m_webView(webView)

The last style issue... I will fix it when landing! Thanks for the work.


More information about the webkit-reviews mailing list