| Index: src/assembler.h
|
| diff --git a/src/assembler.h b/src/assembler.h
|
| index 32ffe6c89367df45e22a67bab692bcdbfd64fc37..735466fe24e4e091484623ad9f84a7a37dc90cf3 100644
|
| --- a/src/assembler.h
|
| +++ b/src/assembler.h
|
| @@ -174,7 +174,7 @@ class RelocInfo BASE_EMBEDDED {
|
| // where we are not sure to have enough space for patching in during
|
| // lazy deoptimization. This is the case if we have indirect calls for which
|
| // we do not normally record relocation info.
|
| - static const char* kFillerCommentString;
|
| + static const char* const kFillerCommentString;
|
|
|
| // The minimum size of a comment is equal to three bytes for the extra tagged
|
| // pc + the tag for the data, and kPointerSize for the actual pointer to the
|
|
|