| Index: src/regexp/x64/regexp-macro-assembler-x64.cc
|
| diff --git a/src/regexp/x64/regexp-macro-assembler-x64.cc b/src/regexp/x64/regexp-macro-assembler-x64.cc
|
| index fe65ea2ae02b3fcc825b35471ab44cb3b6411bef..54dc3415e8cde05f5bb7feb4823e096d25fa1119 100644
|
| --- a/src/regexp/x64/regexp-macro-assembler-x64.cc
|
| +++ b/src/regexp/x64/regexp-macro-assembler-x64.cc
|
| @@ -85,10 +85,9 @@
|
| * Address start,
|
| * Address end,
|
| * int* capture_output_array,
|
| - * int num_capture_registers,
|
| + * bool at_start,
|
| * byte* stack_area_base,
|
| - * bool direct_call = false,
|
| - * Isolate* isolate);
|
| + * bool direct_call)
|
| */
|
|
|
| #define __ ACCESS_MASM((&masm_))
|
|
|