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

Unified Diff: Source/modules/indexeddb/WebIDBCallbacksImpl.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/IDBMetadata.h ('k') | Source/modules/indexeddb/WebIDBDatabaseCallbacksImpl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/indexeddb/WebIDBCallbacksImpl.h
diff --git a/Source/modules/indexeddb/WebIDBCallbacksImpl.h b/Source/modules/indexeddb/WebIDBCallbacksImpl.h
index 79518613ec4207f460f8bd95b2e5f6178bc3a235..97602f18ed499ab06cd322613beba1eb44af76c1 100644
--- a/Source/modules/indexeddb/WebIDBCallbacksImpl.h
+++ b/Source/modules/indexeddb/WebIDBCallbacksImpl.h
@@ -48,6 +48,7 @@ struct WebIDBMetadata;
struct WebIDBValue;
class WebIDBCallbacksImpl final : public WebIDBCallbacks {
+ WTF_MAKE_FAST_ALLOCATED(WebIDBCallbacksImpl);
public:
static PassOwnPtr<WebIDBCallbacksImpl> create(IDBRequest*);
« no previous file with comments | « Source/modules/indexeddb/IDBMetadata.h ('k') | Source/modules/indexeddb/WebIDBDatabaseCallbacksImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698