| Index: src/assembler.h
|
| diff --git a/src/assembler.h b/src/assembler.h
|
| index 2d14f06914d5cc1af442b58501c081ee56275cdb..d58034df0d7567ab05622ae1c6ab08857e667053 100644
|
| --- a/src/assembler.h
|
| +++ b/src/assembler.h
|
| @@ -171,7 +171,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
|
|
|