Reviewers: marja,

Message:
Committed patchset #1 (id:1) manually as
c93c8969d1c9fbc6f926b9760cb3a230e644ea41.

Description:
Re-add dot_result_string to heap.h after 5f7b24f7b42

Failed to notice it was still being used in a DCHECK, so removing
it broke the debug build.

TBR=ma...@chromium.org

Committed:
https://chromium.googlesource.com/v8/v8/+/c93c8969d1c9fbc6f926b9760cb3a230e644ea41

Please review this at https://codereview.chromium.org/720793004/

Base URL: https://chromium.googlesource.com/v8/v8.git@master

Affected files (+2, -1 lines):
  M include/v8.h
  M src/heap/heap.h


Index: include/v8.h
diff --git a/include/v8.h b/include/v8.h
index 26435a85b6a1bcda7fa5d97465d0002826c52c00..e2dee5d7b3007d9e525fec11f1bbbd94ccf49a97 100644
--- a/include/v8.h
+++ b/include/v8.h
@@ -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 = 153;
+  static const int kEmptyStringRootIndex = 154;

// The external allocation limit should be below 256 MB on all architectures
   // to avoid that resource-constrained embedders run low on memory.
Index: src/heap/heap.h
diff --git a/src/heap/heap.h b/src/heap/heap.h
index aa7e1acffdaebc4ca7f058aa32080e00e6d25716..e292c322bac8a6e73fb61cc206f202d332a887fb 100644
--- a/src/heap/heap.h
+++ b/src/heap/heap.h
@@ -209,6 +209,7 @@ namespace internal {
   V(Boolean_string, "Boolean")                             \
   V(callee_string, "callee")                               \
   V(constructor_string, "constructor")                     \
+  V(dot_result_string, ".result")                          \
   V(eval_string, "eval")                                   \
   V(empty_string, "")                                      \
   V(function_string, "function")                           \


--
--
v8-dev mailing list
v8-dev@googlegroups.com
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to v8-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to