Chromium Code Reviews| Index: src/x64/macro-assembler-x64.h |
| diff --git a/src/x64/macro-assembler-x64.h b/src/x64/macro-assembler-x64.h |
| index daa071e14941779f45130b29b8d4cc57b8892618..2365abdeb2865a0b38803b1843f426d05d156637 100644 |
| --- a/src/x64/macro-assembler-x64.h |
| +++ b/src/x64/macro-assembler-x64.h |
| @@ -78,8 +78,9 @@ class MacroAssembler: public Assembler { |
| void PushRoot(Heap::RootListIndex index); |
| void StoreRoot(Register source, Heap::RootListIndex index); |
| - // --------------------------------------------------------------------------- |
| - // GC Support |
| +// --------------------------------------------------------------------------- |
|
Vyacheslav Egorov (Chromium)
2011/06/28 12:28:37
Accidental edit?
Lasse Reichstein
2011/06/29 10:54:58
Deliberate. No need to indent the separator.
|
| +// GC Support |
| + |
| // For page containing |object| mark region covering |addr| dirty. |
| // RecordWriteHelper only works if the object is not in new |