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

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

Issue 2011983003: DevTools: fix crash upon non-initialized IdentifiersFactory (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 | « no previous file | third_party/WebKit/Source/core/inspector/IdentifiersFactory.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/inspector/IdentifiersFactory.h
diff --git a/third_party/WebKit/Source/core/inspector/IdentifiersFactory.h b/third_party/WebKit/Source/core/inspector/IdentifiersFactory.h
index 30b0659866301723ebe63dc5d11e5bc9b59a4184..aafb53359195eff27bde35c75004ec7bca334410 100644
--- a/third_party/WebKit/Source/core/inspector/IdentifiersFactory.h
+++ b/third_party/WebKit/Source/core/inspector/IdentifiersFactory.h
@@ -39,7 +39,6 @@ class InspectedFrames;
class CORE_EXPORT IdentifiersFactory {
STATIC_ONLY(IdentifiersFactory);
public:
- static void setProcessId(long);
static String createIdentifier();
static String requestId(unsigned long identifier);
@@ -51,6 +50,7 @@ public:
static DocumentLoader* loaderById(InspectedFrames*, const String&);
private:
+ static void initialize();
static String addProcessIdPrefixTo(int id);
static int removeProcessIdPrefixFrom(const String&, bool* ok);
};
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/inspector/IdentifiersFactory.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698