Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1507)

Unified Diff: Source/modules/webdatabase/sqlite/SQLValue.h

Issue 1318793005: [part 2] Make classes and structures in modules fast-allocated. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/modules/webdatabase/SQLError.h ('k') | Source/modules/webdatabase/sqlite/SQLiteFileSystem.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 };
« no previous file with comments | « Source/modules/webdatabase/SQLError.h ('k') | Source/modules/webdatabase/sqlite/SQLiteFileSystem.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698