summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/text/StringBuffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/platform/text/StringBuffer.h')
-rw-r--r--WebCore/platform/text/StringBuffer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/platform/text/StringBuffer.h b/WebCore/platform/text/StringBuffer.h
index 28d4e89..353a44a 100644
--- a/WebCore/platform/text/StringBuffer.h
+++ b/WebCore/platform/text/StringBuffer.h
@@ -35,7 +35,7 @@
namespace WebCore {
-class StringBuffer : Noncopyable {
+class StringBuffer : public Noncopyable {
public:
explicit StringBuffer(unsigned length)
: m_length(length)