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

Unified Diff: Source/web/DatabaseClientImpl.h

Issue 1328773002: Make classes and structures in web 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/web/ContextMenuClientImpl.h ('k') | Source/web/DevToolsEmulator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/DatabaseClientImpl.h
diff --git a/Source/web/DatabaseClientImpl.h b/Source/web/DatabaseClientImpl.h
index 6f51a4d8be7f7cd8799cbda1e212352ac8e818e4..dbae0aa164e694e99e92d99eeb1f76a85cd866dd 100644
--- a/Source/web/DatabaseClientImpl.h
+++ b/Source/web/DatabaseClientImpl.h
@@ -38,6 +38,7 @@ namespace blink {
class DatabaseClientImpl final : public NoBaseWillBeGarbageCollectedFinalized<DatabaseClientImpl>, public DatabaseClient {
WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(DatabaseClientImpl);
+ WTF_MAKE_FAST_ALLOCATED_WILL_BE_REMOVED(DatabaseClientImpl);
public:
static PassOwnPtrWillBeRawPtr<DatabaseClientImpl> create();
« no previous file with comments | « Source/web/ContextMenuClientImpl.h ('k') | Source/web/DevToolsEmulator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698