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

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

Issue 1310643003: Make classes and structures in core/events and core/fetch fast-allocated. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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
Index: Source/core/fetch/ClientHintsPreferences.h
diff --git a/Source/core/fetch/ClientHintsPreferences.h b/Source/core/fetch/ClientHintsPreferences.h
index e8ff58676153776c538a3bedae99a49ec62d251b..b5cd2d7f13e9e6cec7d2623bffd4a830e1acc879 100644
--- a/Source/core/fetch/ClientHintsPreferences.h
+++ b/Source/core/fetch/ClientHintsPreferences.h
@@ -6,6 +6,7 @@
#define ClientHintsPreferences_h
#include "core/CoreExport.h"
+#include "wtf/Allocator.h"
#include "wtf/text/WTFString.h"
namespace blink {
@@ -13,6 +14,7 @@ namespace blink {
class ResourceFetcher;
class CORE_EXPORT ClientHintsPreferences {
+ DISALLOW_ALLOCATION();
public:
ClientHintsPreferences();

Powered by Google App Engine
This is Rietveld 408576698