From 5a312946c5a61fbc7ba1d6223769ebc05e143c64 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Wed, 22 May 2013 23:57:59 +0100 Subject: Move meta refresh handling to dom event handler. --- render/html_internal.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'render/html_internal.h') diff --git a/render/html_internal.h b/render/html_internal.h index b491f197a..7c30fdda0 100644 --- a/render/html_internal.h +++ b/render/html_internal.h @@ -90,6 +90,9 @@ typedef struct html_content { /** Content has been aborted in the LOADING state */ bool aborted; + /** Whether a meta refresh has been handled */ + bool refresh; + /** A talloc context purely for the render box tree */ int *bctx; /** Box tree, or NULL. */ -- cgit v1.2.3