Remove unused dot_for and dot_result strings from heap.h
authorAdam Klein <adamk@chromium.org>
Wed, 12 Nov 2014 18:18:05 +0000 (10:18 -0800)
committerAdam Klein <adamk@chromium.org>
Wed, 12 Nov 2014 18:18:16 +0000 (18:18 +0000)
These appear to have simply been missed in r21972

R=marja@chromium.org

Review URL: https://codereview.chromium.org/698483004

Cr-Commit-Position: refs/heads/master@{#25308}

include/v8.h
src/heap/heap.h

index e4a8be6..26435a8 100644 (file)
@@ -6118,7 +6118,7 @@ class Internals {
   static const int kNullValueRootIndex = 7;
   static const int kTrueValueRootIndex = 8;
   static const int kFalseValueRootIndex = 9;
-  static const int kEmptyStringRootIndex = 155;
+  static const int kEmptyStringRootIndex = 153;
 
   // The external allocation limit should be below 256 MB on all architectures
   // to avoid that resource-constrained embedders run low on memory.
index 8fd4b84..aa7e1ac 100644 (file)
@@ -209,8 +209,6 @@ namespace internal {
   V(Boolean_string, "Boolean")                             \
   V(callee_string, "callee")                               \
   V(constructor_string, "constructor")                     \
-  V(dot_result_string, ".result")                          \
-  V(dot_for_string, ".for.")                               \
   V(eval_string, "eval")                                   \
   V(empty_string, "")                                      \
   V(function_string, "function")                           \