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

Unified Diff: Source/modules/fetch/FetchManager.h

Issue 1315743003: [part 1] 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/fetch/FetchDataConsumerHandle.h ('k') | Source/modules/fetch/FetchRequestData.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/fetch/FetchManager.h
diff --git a/Source/modules/fetch/FetchManager.h b/Source/modules/fetch/FetchManager.h
index 96215f48ceab1f170377370ff4d88a0e4239ba03..a65537fdc41f475eb7762568ff5ca1eb643277eb 100644
--- a/Source/modules/fetch/FetchManager.h
+++ b/Source/modules/fetch/FetchManager.h
@@ -16,6 +16,7 @@ class FetchRequestData;
class ScriptState;
class FetchManager final : public NoBaseWillBeGarbageCollectedFinalized<FetchManager> {
+ WTF_MAKE_FAST_ALLOCATED_WILL_BE_REMOVED(FetchManager);
public:
static PassOwnPtrWillBeRawPtr<FetchManager> create(ExecutionContext* executionContext)
{
« no previous file with comments | « Source/modules/fetch/FetchDataConsumerHandle.h ('k') | Source/modules/fetch/FetchRequestData.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698