Index: Source/core/svg/properties/SVGListPropertyHelper.h |
diff --git a/Source/core/svg/properties/SVGListPropertyHelper.h b/Source/core/svg/properties/SVGListPropertyHelper.h |
index 76e6c8b1601e3fd88138cbde08dcf1439b80cd6e..c29bf54d5216f582e614394138f3a53196226eb2 100644 |
--- a/Source/core/svg/properties/SVGListPropertyHelper.h |
+++ b/Source/core/svg/properties/SVGListPropertyHelper.h |
@@ -36,6 +36,7 @@ |
#include "core/dom/ExceptionCode.h" |
#include "core/svg/SVGAnimationElement.h" |
#include "core/svg/properties/SVGPropertyHelper.h" |
+#include "wtf/Allocator.h" |
#include "wtf/PassRefPtr.h" |
#include "wtf/Vector.h" |
@@ -74,6 +75,7 @@ public: |
} |
class ConstIterator { |
+ STACK_ALLOCATED(); |
private: |
typedef typename WillBeHeapVector<RefPtrWillBeMember<ItemPropertyType>>::const_iterator WrappedType; |