Chromium Code Reviews| Index: src/heap.h |
| diff --git a/src/heap.h b/src/heap.h |
| index 0d79081a232f695414da31a51656d0aa59e595c1..c52ec0206cd1ea746c94c955b988d88c5ec2d20f 100644 |
| --- a/src/heap.h |
| +++ b/src/heap.h |
| @@ -203,7 +203,8 @@ namespace internal { |
| V(zero_symbol, "0") \ |
| V(global_eval_symbol, "GlobalEval") \ |
| V(identity_hash_symbol, "v8::IdentityHash") \ |
| - V(closure_symbol, "(closure)") |
| + V(closure_symbol, "(closure)") \ |
| + V(use_strict, "use strict") |
| // Forward declarations. |