Index: Source/core/style/BorderValue.h |
diff --git a/Source/core/style/BorderValue.h b/Source/core/style/BorderValue.h |
index cc630904ea595ebbb52b605ffc604bf7157285f1..df184ea5a2f40ffa800039b850e6558d80293a3b 100644 |
--- a/Source/core/style/BorderValue.h |
+++ b/Source/core/style/BorderValue.h |
@@ -28,10 +28,12 @@ |
#include "core/css/StyleColor.h" |
#include "core/style/ComputedStyleConstants.h" |
#include "platform/graphics/Color.h" |
+#include "wtf/Allocator.h" |
namespace blink { |
class BorderValue { |
+ DISALLOW_ALLOCATION(); |
friend class ComputedStyle; |
public: |
BorderValue() |