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

Unified Diff: Source/core/inspector/IdentifiersFactory.h

Issue 1308273007: Make classes and structures in core/inspector fast-allocated. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 3 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/inspector/AsyncCallTracker.h ('k') | Source/core/inspector/InjectedScript.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/inspector/IdentifiersFactory.h
diff --git a/Source/core/inspector/IdentifiersFactory.h b/Source/core/inspector/IdentifiersFactory.h
index c360871446aa4586f388ac206a6e8f32842f2e42..c31e044f1132e86b90a5f3c7319654e5c0cff0bb 100644
--- a/Source/core/inspector/IdentifiersFactory.h
+++ b/Source/core/inspector/IdentifiersFactory.h
@@ -27,6 +27,7 @@
#define IdentifiersFactory_h
#include "core/CoreExport.h"
+#include "wtf/Allocator.h"
#include "wtf/text/WTFString.h"
namespace blink {
@@ -35,6 +36,7 @@ class DocumentLoader;
class LocalFrame;
class CORE_EXPORT IdentifiersFactory {
+ STATIC_ONLY(IdentifiersFactory);
public:
static void setProcessId(long);
static String createIdentifier();
« no previous file with comments | « Source/core/inspector/AsyncCallTracker.h ('k') | Source/core/inspector/InjectedScript.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698