| Index: src/ia32/regexp-macro-assembler-ia32.h
|
| ===================================================================
|
| --- src/ia32/regexp-macro-assembler-ia32.h (revision 7864)
|
| +++ src/ia32/regexp-macro-assembler-ia32.h (working copy)
|
| @@ -168,7 +168,7 @@
|
|
|
| // Equivalent to a conditional branch to the label, unless the label
|
| // is NULL, in which case it is a conditional Backtrack.
|
| - void BranchOrBacktrack(Condition condition, Label* to, Hint hint = no_hint);
|
| + void BranchOrBacktrack(Condition condition, Label* to);
|
|
|
| // Call and return internally in the generated code in a way that
|
| // is GC-safe (i.e., doesn't leave absolute code addresses on the stack)
|
|
|