| Index: src/crankshaft/hydrogen.h
|
| diff --git a/src/crankshaft/hydrogen.h b/src/crankshaft/hydrogen.h
|
| index 30700bf41b17baa46065ee85f81b815ec909dbf7..30655305f88c76b1ce60f6ff16bfd0fcf0f37e55 100644
|
| --- a/src/crankshaft/hydrogen.h
|
| +++ b/src/crankshaft/hydrogen.h
|
| @@ -33,7 +33,9 @@ class LiveRange;
|
| class HCompilationJob final : public OptimizedCompileJob {
|
| public:
|
| explicit HCompilationJob(CompilationInfo* info)
|
| - : OptimizedCompileJob(info), graph_(nullptr), chunk_(nullptr) {}
|
| + : OptimizedCompileJob(info, "Crankshaft"),
|
| + graph_(nullptr),
|
| + chunk_(nullptr) {}
|
|
|
| protected:
|
| virtual Status CreateGraphImpl();
|
|
|