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

Unified Diff: Source/core/frame/SubresourceIntegrity.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/RootFrameViewport.h ('k') | Source/core/frame/TopControls.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/frame/SubresourceIntegrity.h
diff --git a/Source/core/frame/SubresourceIntegrity.h b/Source/core/frame/SubresourceIntegrity.h
index 705c43c3db4223a345fdfe5e74fd55d347e2f83b..1a5c3016f6f1784d87ce0babf6f9c6c240d0974a 100644
--- a/Source/core/frame/SubresourceIntegrity.h
+++ b/Source/core/frame/SubresourceIntegrity.h
@@ -7,6 +7,7 @@
#include "core/CoreExport.h"
#include "platform/Crypto.h"
+#include "wtf/Allocator.h"
namespace WTF {
class String;
@@ -20,6 +21,7 @@ class KURL;
class Resource;
class CORE_EXPORT SubresourceIntegrity {
+ STATIC_ONLY(SubresourceIntegrity);
public:
enum IntegrityParseResult {
IntegrityParseValidResult,
« no previous file with comments | « Source/core/frame/RootFrameViewport.h ('k') | Source/core/frame/TopControls.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698