| Index: third_party/WebKit/Source/core/inspector/MainThreadDebugger.cpp
|
| diff --git a/third_party/WebKit/Source/core/inspector/MainThreadDebugger.cpp b/third_party/WebKit/Source/core/inspector/MainThreadDebugger.cpp
|
| index ed7a8a390ad7840087c8fb621913eb6b8f122c07..90d6a136b94c4f94758add3780f8ad12f0cb8316 100644
|
| --- a/third_party/WebKit/Source/core/inspector/MainThreadDebugger.cpp
|
| +++ b/third_party/WebKit/Source/core/inspector/MainThreadDebugger.cpp
|
| @@ -53,7 +53,6 @@
|
| #include "core/xml/XPathResult.h"
|
| #include "platform/UserGestureIndicator.h"
|
| #include "platform/v8_inspector/public/V8Debugger.h"
|
| -#include "public/platform/Platform.h"
|
| #include "wtf/OwnPtr.h"
|
| #include "wtf/PassOwnPtr.h"
|
| #include "wtf/ThreadingPrimitives.h"
|
| @@ -87,7 +86,6 @@ MainThreadDebugger::MainThreadDebugger(v8::Isolate* isolate)
|
| MutexLocker locker(creationMutex());
|
| ASSERT(!s_instance);
|
| s_instance = this;
|
| - IdentifiersFactory::setProcessId(Platform::current()->getUniqueIdForProcess());
|
| }
|
|
|
| MainThreadDebugger::~MainThreadDebugger()
|
|
|