| Index: src/x64/assembler-x64.h
|
| diff --git a/src/x64/assembler-x64.h b/src/x64/assembler-x64.h
|
| index 4259e9b50ef5ccbfd5d5b8f2452b6052697a5543..5801970bbdfcb773b2cf1e614d7aff757cf7b0d3 100644
|
| --- a/src/x64/assembler-x64.h
|
| +++ b/src/x64/assembler-x64.h
|
| @@ -500,7 +500,7 @@ class Assembler : public AssemblerBase {
|
| // is too small, a fatal error occurs. No deallocation of the buffer is done
|
| // upon destruction of the assembler.
|
| Assembler(Isolate* isolate, void* buffer, int buffer_size);
|
| - virtual ~Assembler() { }
|
| + virtual ~Assembler();
|
|
|
| // GetCode emits any pending (non-emitted) code and fills the descriptor
|
| // desc. GetCode() is idempotent; it returns the same result if no other
|
|
|