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 d01d395194e2ea37a4407b187310518cd9b7b052..63d8e93ca45853174991a3a339e6c6e6a806eb2b 100644 |
| --- a/src/compiler/js-generic-lowering.h |
| +++ b/src/compiler/js-generic-lowering.h |
| @@ -66,6 +66,8 @@ class JSGenericLowering : public Reducer { |
| CompilationInfo* info_; |
| JSGraph* jsgraph_; |
| Linkage* linkage_; |
| + |
| + bool TryLowerDirectJSCall(Node* node); |
|
Michael Starzinger
2014/10/31 12:58:53
nit: C++ style guide wants fields after methods, I
|
| }; |
| } // namespace compiler |