| Index: src/profile-generator.h
|
| diff --git a/src/profile-generator.h b/src/profile-generator.h
|
| index 3d0584b6304228fe23473feac0a4b58024b403c0..d1c2b3804af6b65e584b5d72e5fe4e3f056375d0 100644
|
| --- a/src/profile-generator.h
|
| +++ b/src/profile-generator.h
|
| @@ -28,8 +28,6 @@
|
| #ifndef V8_PROFILE_GENERATOR_H_
|
| #define V8_PROFILE_GENERATOR_H_
|
|
|
| -#ifdef ENABLE_LOGGING_AND_PROFILING
|
| -
|
| #include "allocation.h"
|
| #include "hashmap.h"
|
| #include "../include/v8-profiler.h"
|
| @@ -1126,6 +1124,4 @@ String* GetConstructorNameForHeapProfile(JSObject* object);
|
|
|
| } } // namespace v8::internal
|
|
|
| -#endif // ENABLE_LOGGING_AND_PROFILING
|
| -
|
| #endif // V8_PROFILE_GENERATOR_H_
|
|
|