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

Unified Diff: Source/web/StorageQuotaClientImpl.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/StorageClientImpl.h ('k') | Source/web/TextFinder.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/StorageQuotaClientImpl.h
diff --git a/Source/web/StorageQuotaClientImpl.h b/Source/web/StorageQuotaClientImpl.h
index a03731480723a90276fbd2a4059a7e6f5d9fc7b7..5cc86a12c573d50c59b03dbc696dad4ecaba18a7 100644
--- a/Source/web/StorageQuotaClientImpl.h
+++ b/Source/web/StorageQuotaClientImpl.h
@@ -38,6 +38,7 @@ namespace blink {
class StorageQuotaClientImpl : public NoBaseWillBeGarbageCollectedFinalized<StorageQuotaClientImpl>, public StorageQuotaClient {
WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(StorageQuotaClientImpl);
+ WTF_MAKE_FAST_ALLOCATED_WILL_BE_REMOVED(StorageQuotaClientImpl);
public:
static PassOwnPtrWillBeRawPtr<StorageQuotaClientImpl> create()
{
« no previous file with comments | « Source/web/StorageClientImpl.h ('k') | Source/web/TextFinder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698