Index: Source/core/page/FrameTree.h |
diff --git a/Source/core/page/FrameTree.h b/Source/core/page/FrameTree.h |
index 4213ea9679f17a8ab4bfad50ea31e7dd9094744b..7c26714daca16fce9f1faa8da40f3298f7ca9dc0 100644 |
--- a/Source/core/page/FrameTree.h |
+++ b/Source/core/page/FrameTree.h |
@@ -30,7 +30,7 @@ class TreeScope; |
class FrameTree FINAL { |
WTF_MAKE_NONCOPYABLE(FrameTree); |
- ALLOW_ONLY_INLINE_ALLOCATION(); |
+ DISALLOW_ALLOCATION(); |
public: |
explicit FrameTree(Frame* thisFrame); |
~FrameTree(); |