Index: Source/core/css/HashTools.h |
diff --git a/Source/core/css/HashTools.h b/Source/core/css/HashTools.h |
index a4a501b4126e95c9c1808c422bcffd7674df972f..79fb7267b5a109614c154dcfd2bbb54c359d1c41 100644 |
--- a/Source/core/css/HashTools.h |
+++ b/Source/core/css/HashTools.h |
@@ -20,14 +20,18 @@ |
#ifndef HashTools_h |
#define HashTools_h |
+#include "wtf/Allocator.h" |
+ |
namespace blink { |
struct Property { |
+ DISALLOW_ALLOCATION(); |
int nameOffset; |
int id; |
}; |
struct Value { |
+ DISALLOW_ALLOCATION(); |
int nameOffset; |
int id; |
}; |