| Index: src/heap/heap.h
 | 
| diff --git a/src/heap/heap.h b/src/heap/heap.h
 | 
| index d497e483466239519d79201244c55f56ec57c76d..956b8595c3e93246fd247767a8b3327de04ccfd3 100644
 | 
| --- a/src/heap/heap.h
 | 
| +++ b/src/heap/heap.h
 | 
| @@ -287,6 +287,8 @@ namespace internal {
 | 
|    V(global_string, "global")                                       \
 | 
|    V(ignore_case_string, "ignoreCase")                              \
 | 
|    V(multiline_string, "multiline")                                 \
 | 
| +  V(sticky_string, "sticky")                                       \
 | 
| +  V(harmony_regexps_string, "harmony_regexps")                     \
 | 
|    V(input_string, "input")                                         \
 | 
|    V(index_string, "index")                                         \
 | 
|    V(last_index_string, "lastIndex")                                \
 | 
| 
 |