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

Unified Diff: Source/modules/webdatabase/sqlite/SQLiteFileSystem.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/sqlite/SQLValue.h ('k') | Source/modules/webmidi/MIDIAccessInitializer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/webdatabase/sqlite/SQLiteFileSystem.h
diff --git a/Source/modules/webdatabase/sqlite/SQLiteFileSystem.h b/Source/modules/webdatabase/sqlite/SQLiteFileSystem.h
index 622ceddbfede2ca931f2d487a678849fe522faff..f5dcf4f4e2bff85f6a96d2140f56088ae4ec4e50 100644
--- a/Source/modules/webdatabase/sqlite/SQLiteFileSystem.h
+++ b/Source/modules/webdatabase/sqlite/SQLiteFileSystem.h
@@ -31,6 +31,7 @@
#ifndef SQLiteFileSystem_h
#define SQLiteFileSystem_h
+#include "wtf/Allocator.h"
#include "wtf/Threading.h"
#include "wtf/text/WTFString.h"
@@ -41,6 +42,7 @@ namespace blink {
// A class that abstracts the file system related operations required
// by the WebKit database code.
class SQLiteFileSystem {
+ DISALLOW_ALLOCATION();
public:
// Registers a user-defined SQLite VFS.
static void registerSQLiteVFS();
« no previous file with comments | « Source/modules/webdatabase/sqlite/SQLValue.h ('k') | Source/modules/webmidi/MIDIAccessInitializer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698