| Index: src/ia32/codegen-ia32.h
|
| diff --git a/src/ia32/codegen-ia32.h b/src/ia32/codegen-ia32.h
|
| index 843bbf76f750560e40697024679dce0ce64522e1..17e73e0e8d23a1e633035651e79e8679716f6d1f 100644
|
| --- a/src/ia32/codegen-ia32.h
|
| +++ b/src/ia32/codegen-ia32.h
|
| @@ -533,7 +533,7 @@ class CodeGenerator: public AstVisitor {
|
| void DeclareGlobals(Handle<FixedArray> pairs);
|
|
|
| // Instantiate the function boilerplate.
|
| - void InstantiateBoilerplate(Handle<JSFunction> boilerplate);
|
| + Result InstantiateBoilerplate(Handle<JSFunction> boilerplate);
|
|
|
| // Support for type checks.
|
| void GenerateIsSmi(ZoneList<Expression*>* args);
|
|
|