From af16c38d2dbe2decfc45015bd4ee020cb52c608b Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Mon, 4 Aug 2014 00:36:14 +0100 Subject: fix DOM tree dump debug --- content/content_protected.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/content_protected.h') diff --git a/content/content_protected.h b/content/content_protected.h index f5448c803..7d51e1b8c 100644 --- a/content/content_protected.h +++ b/content/content_protected.h @@ -76,7 +76,7 @@ struct content_handler { void (*search)(struct content *c, void *context, search_flags_t flags, const char *string); void (*search_clear)(struct content *c); - void (*debug_dump)(struct content *c, FILE *f); + nserror (*debug_dump)(struct content *c, FILE *f, enum content_debug op); nserror (*clone)(const struct content *old, struct content **newc); bool (*matches_quirks)(const struct content *c, bool quirks); content_type (*type)(void); -- cgit v1.2.3