summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/text/AtomicString.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/platform/text/AtomicString.h')
-rw-r--r--WebCore/platform/text/AtomicString.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/WebCore/platform/text/AtomicString.h b/WebCore/platform/text/AtomicString.h
index 47d07c5..64a8bfe 100644
--- a/WebCore/platform/text/AtomicString.h
+++ b/WebCore/platform/text/AtomicString.h
@@ -156,6 +156,8 @@ inline bool equalIgnoringCase(const String& a, const AtomicString& b) { return e
extern const AtomicString textAtom;
extern const AtomicString commentAtom;
extern const AtomicString starAtom;
+ extern const AtomicString xmlAtom;
+ extern const AtomicString xmlnsAtom;
#endif
} // namespace WebCore