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(); |