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

Unified Diff: Source/core/frame/csp/CSPDirective.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/frame/SmartClip.h ('k') | Source/core/layout/shapes/Shape.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/frame/csp/CSPDirective.h
diff --git a/Source/core/frame/csp/CSPDirective.h b/Source/core/frame/csp/CSPDirective.h
index 8a02bd474eb9d7a64837bcc0249a09df833715fc..0359f50feb4483552208895c5185470b3a46a508 100644
--- a/Source/core/frame/csp/CSPDirective.h
+++ b/Source/core/frame/csp/CSPDirective.h
@@ -12,6 +12,7 @@ namespace blink {
class ContentSecurityPolicy;
class CSPDirective {
+ WTF_MAKE_FAST_ALLOCATED(CSPDirective);
WTF_MAKE_NONCOPYABLE(CSPDirective);
public:
CSPDirective(const String& name, const String& value, ContentSecurityPolicy* policy)
« no previous file with comments | « Source/core/frame/SmartClip.h ('k') | Source/core/layout/shapes/Shape.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698