| Index: src/v8.cc
|
| diff --git a/src/v8.cc b/src/v8.cc
|
| index 494bb30d9a03eee848c8c569868629cb8dbdee3c..274128ed4c4b66f4d9f3163e980e9f4a1f7c80ab 100644
|
| --- a/src/v8.cc
|
| +++ b/src/v8.cc
|
| @@ -37,7 +37,6 @@
|
| #include "heap-profiler.h"
|
| #include "hydrogen.h"
|
| #include "lithium-allocator.h"
|
| -#include "log.h"
|
| #include "objects.h"
|
| #include "once.h"
|
| #include "platform.h"
|
| @@ -281,7 +280,6 @@ void V8::InitializeOncePerProcessImpl() {
|
| ElementsAccessor::InitializeOncePerProcess();
|
| LOperand::SetUpCaches();
|
| SetUpJSCallerSavedCodeData();
|
| - SamplerRegistry::SetUp();
|
| ExternalReference::SetUp();
|
| }
|
|
|
|
|