| Index: src/ia32/macro-assembler-ia32.h
|
| diff --git a/src/ia32/macro-assembler-ia32.h b/src/ia32/macro-assembler-ia32.h
|
| index 690927262ca3c8c2e8f0f07dc5a184bd04143af7..f1666ba411fc88c51bcf2956b1dba4cdbf20126f 100644
|
| --- a/src/ia32/macro-assembler-ia32.h
|
| +++ b/src/ia32/macro-assembler-ia32.h
|
| @@ -452,7 +452,7 @@ class MacroAssembler: public Assembler {
|
| // Runtime calls
|
|
|
| // Call a code stub. Generate the code if necessary.
|
| - void CallStub(CodeStub* stub);
|
| + void CallStub(CodeStub* stub, unsigned ast_id = kNoASTId);
|
|
|
| // Call a code stub and return the code object called. Try to generate
|
| // the code if necessary. Do not perform a GC but instead return a retry
|
|
|