Index: Source/core/layout/svg/SVGTextQuery.h |
diff --git a/Source/core/layout/svg/SVGTextQuery.h b/Source/core/layout/svg/SVGTextQuery.h |
index 9f63ca64c3aff7cb872c47d7ba53dfcdf9de0bda..da05b0beb4403e1949dd6abf1e281250a2ad7678 100644 |
--- a/Source/core/layout/svg/SVGTextQuery.h |
+++ b/Source/core/layout/svg/SVGTextQuery.h |
@@ -22,12 +22,14 @@ |
#include "platform/geometry/FloatPoint.h" |
#include "platform/geometry/FloatRect.h" |
+#include "wtf/Allocator.h" |
namespace blink { |
class LayoutObject; |
class SVGTextQuery { |
+ STACK_ALLOCATED(); |
public: |
SVGTextQuery(LayoutObject* layoutObject) : m_queryRootLayoutObject(layoutObject) { } |