diff options
Diffstat (limited to 'WebCore/html/HTMLToken.h')
-rw-r--r-- | WebCore/html/HTMLToken.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/html/HTMLToken.h b/WebCore/html/HTMLToken.h index 8465a35..5f2869b 100644 --- a/WebCore/html/HTMLToken.h +++ b/WebCore/html/HTMLToken.h @@ -262,7 +262,7 @@ private: // want to end up with a cleaner interface between the two classes. friend class AtomicHTMLToken; - class DoctypeData { + class DoctypeData : public Noncopyable { public: DoctypeData() : m_hasPublicIdentifier(false) |