EHTMLEditorSelection - Just first line in block is wrapped

This commit is contained in:
Tomas Popela
2015-09-04 13:46:11 +02:00
parent 21cbad8c5e
commit f2fe95c0ab

View File

@ -6299,7 +6299,7 @@ wrap_lines (EHTMLEditorSelection *selection,
start_node = node;
} else {
WebKitDOMElement *selection_start_marker, *selection_end_marker;
WebKitDOMNode *start_point;
WebKitDOMNode *start_point = NULL;
if (!webkit_dom_node_has_child_nodes (block))
return WEBKIT_DOM_ELEMENT (block);