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

Unified Diff: Source/core/frame/csp/CSPSource.h

Issue 1315783003: Make classes and structures in core/frame 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
« no previous file with comments | « Source/core/frame/UseCounter.h ('k') | Source/core/frame/csp/CSPSourceList.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/frame/csp/CSPSource.h
diff --git a/Source/core/frame/csp/CSPSource.h b/Source/core/frame/csp/CSPSource.h
index 8860e750e273c2334d89c843b8eb9ce6206f8aea..e99804f628651adcf59adf7b9879b5b72ebe02a8 100644
--- a/Source/core/frame/csp/CSPSource.h
+++ b/Source/core/frame/csp/CSPSource.h
@@ -7,6 +7,7 @@
#include "core/CoreExport.h"
#include "core/frame/csp/ContentSecurityPolicy.h"
+#include "wtf/FastAllocBase.h"
#include "wtf/text/WTFString.h"
namespace blink {
@@ -15,6 +16,7 @@ class ContentSecurityPolicy;
class KURL;
class CORE_EXPORT CSPSource {
+ WTF_MAKE_FAST_ALLOCATED(CSPSource);
public:
enum WildcardDisposition {
HasWildcard,
« no previous file with comments | « Source/core/frame/UseCounter.h ('k') | Source/core/frame/csp/CSPSourceList.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698