Index: Source/modules/webdatabase/sqlite/SQLValue.h |
diff --git a/Source/modules/webdatabase/sqlite/SQLValue.h b/Source/modules/webdatabase/sqlite/SQLValue.h |
index 79792e10a8e003d054b22216a89c56374606c102..72b0718cc03bc7d20aee89b37c6075e5ce9ff36b 100644 |
--- a/Source/modules/webdatabase/sqlite/SQLValue.h |
+++ b/Source/modules/webdatabase/sqlite/SQLValue.h |
@@ -29,11 +29,13 @@ |
#ifndef SQLValue_h |
#define SQLValue_h |
+#include "wtf/Allocator.h" |
#include "wtf/text/WTFString.h" |
namespace blink { |
class SQLValue { |
+ ALLOW_ONLY_INLINE_ALLOCATION(); |
public: |
enum Type { NullValue, NumberValue, StringValue }; |