| Index: src/x64/macro-assembler-x64.h
|
| diff --git a/src/x64/macro-assembler-x64.h b/src/x64/macro-assembler-x64.h
|
| index 866e86076bb87adab23f3e6604c26f1ba4cf8e3b..8d87f42ce44f304d20deebfd130d083cbcc0bd5d 100644
|
| --- a/src/x64/macro-assembler-x64.h
|
| +++ b/src/x64/macro-assembler-x64.h
|
| @@ -323,10 +323,7 @@ class MacroAssembler: public Assembler {
|
| PointersToHereCheck pointers_to_here_check_for_value =
|
| kPointersToHereMaybeInteresting);
|
|
|
| - // ---------------------------------------------------------------------------
|
| - // Debugger Support
|
| -
|
| - void DebugBreak();
|
| + // Frame restart support.
|
| void MaybeDropFrames();
|
|
|
| // Generates function and stub prologue code.
|
|
|