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

Unified Diff: Source/core/fetch/CachedMetadataHandler.h

Issue 1278983003: Adding allocator annotations to blink classes and structs. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixed patch conflict Created 5 years, 4 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/core/editing/SelectionController.h ('k') | Source/core/frame/SettingsDelegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/fetch/CachedMetadataHandler.h
diff --git a/Source/core/fetch/CachedMetadataHandler.h b/Source/core/fetch/CachedMetadataHandler.h
index 0f0315eb0fa618b255b6e30eb703add1020252a4..e1d65930dd853c4b3f53303ae3001c41205b39db 100644
--- a/Source/core/fetch/CachedMetadataHandler.h
+++ b/Source/core/fetch/CachedMetadataHandler.h
@@ -14,6 +14,7 @@ class CachedMetadata;
// Handler class for caching operations.
class CachedMetadataHandler : public NoBaseWillBeGarbageCollectedFinalized<CachedMetadataHandler> {
+ WTF_MAKE_FAST_ALLOCATED_WILL_BE_REMOVED(CachedMetadataHandler);
public:
enum CacheType {
SendToPlatform, // send cache data to blink::Platform::cacheMetadata
« no previous file with comments | « Source/core/editing/SelectionController.h ('k') | Source/core/frame/SettingsDelegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698