Index: Source/core/layout/svg/SVGSubpathData.h |
diff --git a/Source/core/layout/svg/SVGSubpathData.h b/Source/core/layout/svg/SVGSubpathData.h |
index 4854d6336ed3004ff48d1cbe0bebcd5bdea8e86a..85a670888edbb3e4906a22bbbdf6409925d5eac4 100644 |
--- a/Source/core/layout/svg/SVGSubpathData.h |
+++ b/Source/core/layout/svg/SVGSubpathData.h |
@@ -21,11 +21,13 @@ |
#define SVGSubpathData_h |
#include "platform/graphics/Path.h" |
+#include "wtf/Allocator.h" |
#include "wtf/Vector.h" |
namespace blink { |
class SVGSubpathData { |
+ STACK_ALLOCATED(); |
public: |
SVGSubpathData(Vector<FloatPoint>& zeroLengthSubpathLocations) |
: m_zeroLengthSubpathLocations(zeroLengthSubpathLocations) |