Index: Source/core/html/LinkRelAttribute.h |
diff --git a/Source/core/html/LinkRelAttribute.h b/Source/core/html/LinkRelAttribute.h |
index 83d41632fb8c7d45ce44817fdb5ab09d9f7eb114..bcbad35ffdad5199f82e89b8407f1932c4c93ba3 100644 |
--- a/Source/core/html/LinkRelAttribute.h |
+++ b/Source/core/html/LinkRelAttribute.h |
@@ -34,11 +34,13 @@ |
#include "core/CoreExport.h" |
#include "core/dom/IconURL.h" |
+#include "wtf/Allocator.h" |
#include "wtf/text/WTFString.h" |
namespace blink { |
class CORE_EXPORT LinkRelAttribute { |
+ DISALLOW_ALLOCATION(); |
public: |
explicit LinkRelAttribute(const String& = ""); |