summaryrefslogtreecommitdiffstats
path: root/WebCore/html/HTMLTokenizer.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/HTMLTokenizer.h')
-rw-r--r--WebCore/html/HTMLTokenizer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/WebCore/html/HTMLTokenizer.h b/WebCore/html/HTMLTokenizer.h
index 0e9ba3a..6fb3053 100644
--- a/WebCore/html/HTMLTokenizer.h
+++ b/WebCore/html/HTMLTokenizer.h
@@ -27,10 +27,10 @@
#ifndef HTMLTokenizer_h
#define HTMLTokenizer_h
-#include "AtomicString.h"
#include "SegmentedString.h"
#include <wtf/Noncopyable.h>
#include <wtf/Vector.h>
+#include <wtf/text/AtomicString.h>
namespace WebCore {
@@ -254,7 +254,7 @@ private:
inline void saveEndTagNameIfNeeded();
inline bool isAppropriateEndTag();
- inline bool shouldEmitBufferedCharacterToken(const SegmentedString&);
+ inline bool haveBufferedCharacterToken();
State m_state;