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

Unified Diff: Source/modules/webdatabase/QuotaTracker.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/DOMWindowWebDatabase.h ('k') | Source/modules/webdatabase/SQLError.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/webdatabase/QuotaTracker.h
diff --git a/Source/modules/webdatabase/QuotaTracker.h b/Source/modules/webdatabase/QuotaTracker.h
index f447b19463d77b60450637e95e027f0248892c0f..6da1acc5d9a118141615e4b5daa967827cc8daa7 100644
--- a/Source/modules/webdatabase/QuotaTracker.h
+++ b/Source/modules/webdatabase/QuotaTracker.h
@@ -41,6 +41,8 @@
namespace blink {
class MODULES_EXPORT QuotaTracker {
+ WTF_MAKE_FAST_ALLOCATED(QuotaTracker);
+ WTF_MAKE_NONCOPYABLE(QuotaTracker);
public:
static QuotaTracker& instance();
« no previous file with comments | « Source/modules/webdatabase/DOMWindowWebDatabase.h ('k') | Source/modules/webdatabase/SQLError.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698