| Index: src/compiler/js-graph.h | 
| diff --git a/src/compiler/js-graph.h b/src/compiler/js-graph.h | 
| index 83e103da6e63eb7fb37df6c7f4b2b87271f528df..e1a7b697cb1b24c14f1655ae81568f7f18899052 100644 | 
| --- a/src/compiler/js-graph.h | 
| +++ b/src/compiler/js-graph.h | 
| @@ -32,7 +32,7 @@ class JSGraph : public ZoneObject { | 
| cache_(zone()) {} | 
|  | 
| // Canonicalized global constants. | 
| -  Node* CEntryStubConstant(); | 
| +  Node* CEntryStubConstant(int result_size); | 
| Node* UndefinedConstant(); | 
| Node* TheHoleConstant(); | 
| Node* TrueConstant(); | 
|  |