summaryrefslogtreecommitdiff
path: root/Source/WTF/wtf/text/WTFString.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WTF/wtf/text/WTFString.h')
-rw-r--r--Source/WTF/wtf/text/WTFString.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WTF/wtf/text/WTFString.h b/Source/WTF/wtf/text/WTFString.h
index bfbfda4d4..6cebf803d 100644
--- a/Source/WTF/wtf/text/WTFString.h
+++ b/Source/WTF/wtf/text/WTFString.h
@@ -415,7 +415,7 @@ public:
bool isHashTableDeletedValue() const { return m_impl.isHashTableDeletedValue(); }
#ifndef NDEBUG
- void show() const;
+ WTF_EXPORT_PRIVATE void show() const;
#endif
private: