[Webkit-unassigned] [Bug 134486] [EFL][WK2] Minibrowser: Enhance the application to show text search count

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 2 09:24:15 PDT 2014


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





--- Comment #4 from Gyuyoung Kim <gyuyoung.kim at webkit.org>  2014-07-02 09:24:32 PST ---
(From update of attachment 234153)
View in context: https://bugs.webkit.org/attachment.cgi?id=234153&action=review

> Tools/MiniBrowser/efl/main.c:1700
> +    int *matchCount = (int*)(event_info);

s/matchCount/match_count/g

(int*)(event_info); -> (const int *)(event_info); ?

-- 
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