summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/rendering/VerticalPositionCache.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/rendering/VerticalPositionCache.h')
-rw-r--r--Source/WebCore/rendering/VerticalPositionCache.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/WebCore/rendering/VerticalPositionCache.h b/Source/WebCore/rendering/VerticalPositionCache.h
index 4deaef5..b25b2f6 100644
--- a/Source/WebCore/rendering/VerticalPositionCache.h
+++ b/Source/WebCore/rendering/VerticalPositionCache.h
@@ -38,7 +38,8 @@ const int PositionTop = -0x7fffffff;
const int PositionBottom = 0x7fffffff;
const int PositionUndefined = 0x80000000;
-class VerticalPositionCache : public Noncopyable {
+class VerticalPositionCache {
+ WTF_MAKE_NONCOPYABLE(VerticalPositionCache);
public:
VerticalPositionCache()
{ }