| Index: src/ia32/macro-assembler-ia32.h
|
| ===================================================================
|
| --- src/ia32/macro-assembler-ia32.h (revision 7663)
|
| +++ src/ia32/macro-assembler-ia32.h (working copy)
|
| @@ -452,7 +452,7 @@
|
| // Runtime calls
|
|
|
| // Call a code stub. Generate the code if necessary.
|
| - void CallStub(CodeStub* stub, unsigned ast_id = kNoASTId);
|
| + void CallStub(CodeStub* stub);
|
|
|
| // 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
|
|
|