From 33e60e8e78543462d31e8c6a7c3577ffe18b6647 Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 29 Sep 2010 05:15:51 +0000 Subject: Critical security patches for the following vulnerabilities: CVE-2009-0689 CVE-2009-1687 CVE-2009-1690 CVE-2009-1698 CVE-2009-2702 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1180823 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- khtml/html/htmlparser.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'khtml/html/htmlparser.h') diff --git a/khtml/html/htmlparser.h b/khtml/html/htmlparser.h index ea1db2ee0..d0ce549ef 100644 --- a/khtml/html/htmlparser.h +++ b/khtml/html/htmlparser.h @@ -42,6 +42,7 @@ #include "dom/dom_string.h" #include "xml/dom_nodeimpl.h" #include "html/html_documentimpl.h" +#include "html/RefPtr.h" class KHTMLView; class HTMLStackElem; @@ -148,7 +149,7 @@ private: /* * the head element. Needed for crappy html which defines after */ - DOM::HTMLHeadElementImpl *head; + RefPtr head; /* * a possible element in the head. Compatibility hack for -- cgit v1.2.1