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

Unified Diff: Source/modules/storage/StorageNamespaceController.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/storage/StorageNamespace.h ('k') | Source/modules/vibration/NavigatorVibration.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/storage/StorageNamespaceController.h
diff --git a/Source/modules/storage/StorageNamespaceController.h b/Source/modules/storage/StorageNamespaceController.h
index 3087351100c055b142375e6f3d47c92f8359d5c7..13908e38d61a6a89836acd66fa6aa69d39039db8 100644
--- a/Source/modules/storage/StorageNamespaceController.h
+++ b/Source/modules/storage/StorageNamespaceController.h
@@ -18,6 +18,7 @@ class StorageNamespace;
class MODULES_EXPORT StorageNamespaceController final : public NoBaseWillBeGarbageCollectedFinalized<StorageNamespaceController>, public WillBeHeapSupplement<Page> {
WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(StorageNamespaceController);
+ WTF_MAKE_FAST_ALLOCATED_WILL_BE_REMOVED(StorageNamespaceController);
public:
StorageNamespace* sessionStorage(bool optionalCreate = true);
StorageClient* storageClient() { return m_client; }
« no previous file with comments | « Source/modules/storage/StorageNamespace.h ('k') | Source/modules/vibration/NavigatorVibration.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698