summaryrefslogtreecommitdiffstats
path: root/WebCore/dom/Tokenizer.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/dom/Tokenizer.h')
-rw-r--r--WebCore/dom/Tokenizer.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/WebCore/dom/Tokenizer.h b/WebCore/dom/Tokenizer.h
index 939ac70..d6ac1a8 100644
--- a/WebCore/dom/Tokenizer.h
+++ b/WebCore/dom/Tokenizer.h
@@ -29,6 +29,9 @@ namespace WebCore {
class SegmentedString;
class XSSAuditor;
+ // FIXME: This class should renamed DocumentParser or similar to express
+ // that it does more than tokenizing. It manages the lifetime of of the
+ // parser as well as handles various tag-handling hacks for HTML/XML.
class Tokenizer : public Noncopyable {
public:
virtual ~Tokenizer() { }