Index: Source/core/html/parser/HTMLFormattingElementList.h |
diff --git a/Source/core/html/parser/HTMLFormattingElementList.h b/Source/core/html/parser/HTMLFormattingElementList.h |
index eb9dae2391db2ad58cd0ed0956292ea0a0ec1611..1d0bb4186f2a9c7daf00efec58ca80a631b39516 100644 |
--- a/Source/core/html/parser/HTMLFormattingElementList.h |
+++ b/Source/core/html/parser/HTMLFormattingElementList.h |
@@ -84,6 +84,7 @@ public: |
}; |
class Bookmark { |
+ STACK_ALLOCATED(); |
public: |
explicit Bookmark(Entry* entry) |
: m_hasBeenMoved(false) |