summaryrefslogtreecommitdiffstats
path: root/JavaScriptCore/wtf/text/StringImplBase.h
diff options
context:
space:
mode:
Diffstat (limited to 'JavaScriptCore/wtf/text/StringImplBase.h')
-rw-r--r--JavaScriptCore/wtf/text/StringImplBase.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/JavaScriptCore/wtf/text/StringImplBase.h b/JavaScriptCore/wtf/text/StringImplBase.h
index a8e3385..6567672 100644
--- a/JavaScriptCore/wtf/text/StringImplBase.h
+++ b/JavaScriptCore/wtf/text/StringImplBase.h
@@ -83,7 +83,7 @@ protected:
static const unsigned s_refCountIncrement = 0x80;
static const unsigned s_refCountFlagStatic = 0x40;
static const unsigned s_refCountFlagHasTerminatingNullCharacter = 0x20;
- static const unsigned s_refCountFlagInTable = 0x10;
+ static const unsigned s_refCountFlagIsAtomic = 0x10;
static const unsigned s_refCountFlagShouldReportedCost = 0x8;
static const unsigned s_refCountFlagIsIdentifier = 0x4;
static const unsigned s_refCountMaskBufferOwnership = 0x3;