[Webkit-unassigned] [Bug 55603] [GTK] Implement the next bit of the TextInputController (hasMarkedText and markedRange)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 4 00:55:01 PST 2011


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





--- Comment #6 from Carlos Garcia Campos <cgarcia at igalia.com>  2011-03-04 00:55:01 PST ---
(From update of attachment 84590)
View in context: https://bugs.webkit.org/attachment.cgi?id=84590&action=review

> Source/WebKit/gtk/WebCoreSupport/DumpRenderTreeSupportGtk.cpp:527
> +    *start = *length = 0;
> +
> +    g_return_val_if_fail(WEBKIT_IS_WEB_VIEW(webView), false);
> +    g_return_val_if_fail(start && length, false);
> +

You should move the line *start = *length = 0; after the g_return_val_if_fail(start && length, false);

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