Index: Source/core/style/BorderData.h |
diff --git a/Source/core/style/BorderData.h b/Source/core/style/BorderData.h |
index 768f36aca64473b88e17ad87f7e800d8d1416833..e96b5a26cecba1da2b729f66ee4536892672cba1 100644 |
--- a/Source/core/style/BorderData.h |
+++ b/Source/core/style/BorderData.h |
@@ -29,10 +29,12 @@ |
#include "core/style/NinePieceImage.h" |
#include "platform/LengthSize.h" |
#include "platform/geometry/IntRect.h" |
+#include "wtf/Allocator.h" |
namespace blink { |
class BorderData { |
+ DISALLOW_ALLOCATION(); |
friend class ComputedStyle; |
public: |
BorderData() : m_topLeft(Length(0, Fixed), Length(0, Fixed)) |