[webkit-reviews] review granted: [Bug 62536] [EFL] Supports to execute "redo" command. : [Attachment 96942] Proposed patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 13 14:40:33 PDT 2011


Eric Seidel <eric at webkit.org> has granted Jaehun Lim
<ljaehun.lim at samsung.com>'s request for review:
Bug 62536: [EFL] Supports to execute "redo" command.
https://bugs.webkit.org/show_bug.cgi?id=62536

Attachment 96942: Proposed patch
https://bugs.webkit.org/attachment.cgi?id=96942&action=review

------- Additional Comments from Eric Seidel <eric at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=96942&action=review

> Source/WebKit/efl/WebCoreSupport/EditorClientEfl.cpp:194
> +    RefPtr<WebCore::EditCommand> command(*(--redoStack.end()));

So this will never be called when canRedo is false I assume?


More information about the webkit-reviews mailing list