summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/webkit/WebCore/rendering/LayoutState.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/webkit/WebCore/rendering/LayoutState.h')
-rw-r--r--src/3rdparty/webkit/WebCore/rendering/LayoutState.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/3rdparty/webkit/WebCore/rendering/LayoutState.h b/src/3rdparty/webkit/WebCore/rendering/LayoutState.h
index afa295206..2f040c82c 100644
--- a/src/3rdparty/webkit/WebCore/rendering/LayoutState.h
+++ b/src/3rdparty/webkit/WebCore/rendering/LayoutState.h
@@ -36,7 +36,7 @@ class RenderArena;
class RenderBox;
class RenderObject;
-class LayoutState : Noncopyable {
+class LayoutState : public Noncopyable {
public:
LayoutState()
: m_clipped(false)