summaryrefslogtreecommitdiff
path: root/render/imagemap.h
diff options
context:
space:
mode:
Diffstat (limited to 'render/imagemap.h')
-rw-r--r--render/imagemap.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/render/imagemap.h b/render/imagemap.h
index 7877e5e04..56bee6b10 100644
--- a/render/imagemap.h
+++ b/render/imagemap.h
@@ -19,7 +19,7 @@
#ifndef _NETSURF_RENDER_IMAGEMAP_H_
#define _NETSURF_RENDER_IMAGEMAP_H_
-#include <libxml/HTMLtree.h>
+#include <dom/dom.h>
#include "utils/nsurl.h"
@@ -28,7 +28,7 @@ struct hlcache_handle;
void imagemap_destroy(struct html_content *c);
void imagemap_dump(struct html_content *c);
-bool imagemap_extract(xmlNode *node, struct html_content *c);
+bool imagemap_extract(dom_node *node, struct html_content *c);
nsurl *imagemap_get(struct html_content *c, const char *key,
unsigned long x, unsigned long y,