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

Unified Diff: Source/modules/indexeddb/IDBKeyPath.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/indexeddb/IDBEventDispatcher.h ('k') | Source/modules/indexeddb/IDBMetadata.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/indexeddb/IDBKeyPath.h
diff --git a/Source/modules/indexeddb/IDBKeyPath.h b/Source/modules/indexeddb/IDBKeyPath.h
index a0799e180236a7f766bac991a7f3b21e2cf228a9..7f1cabc0d3a17c9bc4fccf667c56b06d3eaa6c60 100644
--- a/Source/modules/indexeddb/IDBKeyPath.h
+++ b/Source/modules/indexeddb/IDBKeyPath.h
@@ -29,6 +29,7 @@
#include "bindings/modules/v8/UnionTypesModules.h"
#include "modules/ModulesExport.h"
#include "public/platform/modules/indexeddb/WebIDBKeyPath.h"
+#include "wtf/Allocator.h"
#include "wtf/Vector.h"
#include "wtf/text/WTFString.h"
@@ -42,6 +43,7 @@ enum IDBKeyPathParseError {
MODULES_EXPORT void IDBParseKeyPath(const String&, Vector<String>&, IDBKeyPathParseError&);
class MODULES_EXPORT IDBKeyPath {
+ DISALLOW_ALLOCATION();
public:
IDBKeyPath() : m_type(NullType) { }
explicit IDBKeyPath(const String&);
« no previous file with comments | « Source/modules/indexeddb/IDBEventDispatcher.h ('k') | Source/modules/indexeddb/IDBMetadata.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698