Chromium Code Reviews| Index: src/compiler/js-generic-lowering.h |
| diff --git a/src/compiler/js-generic-lowering.h b/src/compiler/js-generic-lowering.h |
| index eb234b84ff3a94fa27b5aa4c4b9255cd4ed3bc27..c3049883cd67be9cf50b12669e91135657b28734 100644 |
| --- a/src/compiler/js-generic-lowering.h |
| +++ b/src/compiler/js-generic-lowering.h |
| @@ -60,6 +60,7 @@ class JSGenericLowering : public Reducer { |
| private: |
| CompilationInfo* info_; |
| + SetOncePointer<Node> info_context_constant_; |
| JSGraph* jsgraph_; |
| Linkage* linkage_; |
| }; |