Index: include/v8.h |
diff --git a/include/v8.h b/include/v8.h |
index 67422eae5d03279018b044a3cd387ce2945c8a03..f8aecc2ea149f67c237a113873ed3fb70f80c1fd 100644 |
--- a/include/v8.h |
+++ b/include/v8.h |
@@ -5909,7 +5909,7 @@ class Internals { |
static const int kJSObjectHeaderSize = 3 * kApiPointerSize; |
static const int kFixedArrayHeaderSize = 2 * kApiPointerSize; |
static const int kContextHeaderSize = 2 * kApiPointerSize; |
- static const int kContextEmbedderDataIndex = 95; |
+ static const int kContextEmbedderDataIndex = 76; |
static const int kFullStringRepresentationMask = 0x07; |
static const int kStringEncodingMask = 0x4; |
static const int kExternalTwoByteRepresentationTag = 0x02; |