[Webkit-unassigned] [Bug 80142] [EFL] Implement LayoutTestController::clearBackForwardList

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 13 09:11:10 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=80142





--- Comment #4 from Raphael Kubo da Costa <kubo at profusion.mobi>  2012-03-13 09:11:10 PST ---
(From update of attachment 131618)
View in context: https://bugs.webkit.org/attachment.cgi?id=131618&action=review

> Tools/DumpRenderTree/efl/LayoutTestControllerEfl.cpp:75
> +    const int limit = ewk_history_limit_get(history);
> +    ewk_history_limit_set(history, 0);
> +    ewk_history_limit_set(history, limit);

You can use ewk_history_clear() instead.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list