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

Unified Diff: Source/modules/fetch/DataConsumerHandleUtil.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/DataConsumerHandleTestUtil.h ('k') | Source/modules/fetch/DataConsumerTee.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/fetch/DataConsumerHandleUtil.h
diff --git a/Source/modules/fetch/DataConsumerHandleUtil.h b/Source/modules/fetch/DataConsumerHandleUtil.h
index 1cd84803b2de26e4e2bb683fa640282aaf028438..229aa5b7a18fe3b44241c3426591265957561b3a 100644
--- a/Source/modules/fetch/DataConsumerHandleUtil.h
+++ b/Source/modules/fetch/DataConsumerHandleUtil.h
@@ -8,6 +8,7 @@
#include "modules/ModulesExport.h"
#include "modules/fetch/FetchDataConsumerHandle.h"
#include "public/platform/WebDataConsumerHandle.h"
+#include "wtf/Allocator.h"
#include "wtf/PassOwnPtr.h"
#include "wtf/WeakPtr.h"
@@ -33,6 +34,7 @@ MODULES_EXPORT PassOwnPtr<FetchDataConsumerHandle> createFetchDataConsumerHandle
// NotifyOnReaderCreationHelper must be owned by a reader and
// |client| must be the client of the reader.
class NotifyOnReaderCreationHelper final {
+ DISALLOW_ALLOCATION();
public:
NotifyOnReaderCreationHelper(WebDataConsumerHandle::Client* /* client */);
« no previous file with comments | « Source/modules/fetch/DataConsumerHandleTestUtil.h ('k') | Source/modules/fetch/DataConsumerTee.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698