Index: src/v8.cc |
diff --git a/src/v8.cc b/src/v8.cc |
index c8d7e0381ed5c285fe092e853401ac1ae479a027..08afb54e69b60017025c919360aa258c73bef22c 100644 |
--- a/src/v8.cc |
+++ b/src/v8.cc |
@@ -96,9 +96,7 @@ void V8::InitializeOncePerProcessImpl() { |
platform_ = new DefaultPlatform; |
#endif |
Sampler::SetUp(); |
- // TODO(svenpanne) Clean this up when Serializer is a real object. |
- bool serializer_enabled = Serializer::enabled(NULL); |
- CpuFeatures::Probe(serializer_enabled); |
+ CpuFeatures::Probe(false); |
OS::PostSetUp(); |
// The custom exp implementation needs 16KB of lookup data; initialize it |
// on demand. |