Index: include/v8.h |
diff --git a/include/v8.h b/include/v8.h |
index 74e4c53190e4221c09ff732891fc6441a7e5070d..2946ad2d82f2aeb32eeebd7443d7d15415e535f4 100644 |
--- a/include/v8.h |
+++ b/include/v8.h |
@@ -6732,7 +6732,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 = 77; |
+ static const int kContextEmbedderDataIndex = 78; |
static const int kFullStringRepresentationMask = 0x07; |
static const int kStringEncodingMask = 0x4; |
static const int kExternalTwoByteRepresentationTag = 0x02; |