Index: Source/core/dom/IconURL.h |
diff --git a/Source/core/dom/IconURL.h b/Source/core/dom/IconURL.h |
index a39bb042cf92060e545aa85f87d84e61bab9a604..30c159be618a32d352865ed2da0f04244ef4e8fb 100644 |
--- a/Source/core/dom/IconURL.h |
+++ b/Source/core/dom/IconURL.h |
@@ -33,6 +33,7 @@ |
#include "platform/geometry/IntSize.h" |
#include "platform/weborigin/KURL.h" |
+#include "wtf/Allocator.h" |
namespace blink { |
@@ -44,6 +45,7 @@ enum IconType { |
}; |
struct IconURL { |
+ ALLOW_ONLY_INLINE_ALLOCATION(); |
IconType m_iconType; |
Vector<IntSize> m_sizes; |
String m_mimeType; |