Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1831)

Unified Diff: Source/wtf/text/AtomicString.h

Issue 106483002: Remove WTF::textAtom and WTF::commentAtom (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/dom/Text.cpp ('k') | Source/wtf/text/StringStatics.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/wtf/text/AtomicString.h
diff --git a/Source/wtf/text/AtomicString.h b/Source/wtf/text/AtomicString.h
index 7e3e6b8e133f033bd099b6a772acf72dbfa6d18a..3b25e4eaf2dcef93224c19c45a40eb4f306cfe52 100644
--- a/Source/wtf/text/AtomicString.h
+++ b/Source/wtf/text/AtomicString.h
@@ -225,8 +225,6 @@ inline bool equalIgnoringCase(const String& a, const AtomicString& b) { return e
#ifndef ATOMICSTRING_HIDE_GLOBALS
WTF_EXPORT extern const AtomicString nullAtom;
WTF_EXPORT extern const AtomicString emptyAtom;
-WTF_EXPORT extern const AtomicString textAtom;
-WTF_EXPORT extern const AtomicString commentAtom;
WTF_EXPORT extern const AtomicString starAtom;
WTF_EXPORT extern const AtomicString xmlAtom;
WTF_EXPORT extern const AtomicString xmlnsAtom;
@@ -263,8 +261,6 @@ template<> struct DefaultHash<AtomicString> {
using WTF::AtomicString;
using WTF::nullAtom;
using WTF::emptyAtom;
-using WTF::textAtom;
-using WTF::commentAtom;
using WTF::starAtom;
using WTF::xmlAtom;
using WTF::xmlnsAtom;
« no previous file with comments | « Source/core/dom/Text.cpp ('k') | Source/wtf/text/StringStatics.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698