diff options
Diffstat (limited to 'deps/v8/src/assembler.h')
-rw-r--r-- | deps/v8/src/assembler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/v8/src/assembler.h b/deps/v8/src/assembler.h index 2d14f06914..d58034df0d 100644 --- a/deps/v8/src/assembler.h +++ b/deps/v8/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 |