From 5930e4bcc46f8e49c34e5630cf875f2b055502ff Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Mon, 18 Mar 2013 14:48:00 +0000 Subject: Fix bug where html conversion began before STYLE element fetch had been launched. --- render/html_internal.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'render/html_internal.h') diff --git a/render/html_internal.h b/render/html_internal.h index 90f014307..a78dc8f8a 100644 --- a/render/html_internal.h +++ b/render/html_internal.h @@ -220,6 +220,14 @@ void html_set_search(struct content *c, struct search_context *s); */ void html_finish_conversion(html_content *htmlc); +/** + * Test if an HTML content conversion can begin + * + * \param htmlc html content to test + * \return true iff the html content conversion can begin + */ +bool html_can_begin_conversion(html_content *htmlc); + /** * Begin conversion of an HTML document * -- cgit v1.2.3