Index: include/v8.h |
diff --git a/include/v8.h b/include/v8.h |
index 5b5dabe309bc0363a3aa28ff24701ed6267a8b67..02abb4cb0f818fee0a3bbf5b5b85960b002cc3a6 100644 |
--- a/include/v8.h |
+++ b/include/v8.h |
@@ -3177,7 +3177,7 @@ class Internals { |
static const int kProxyProxyOffset = sizeof(void*); |
static const int kJSObjectHeaderSize = 3 * sizeof(void*); |
static const int kFullStringRepresentationMask = 0x07; |
- static const int kExternalTwoByteRepresentationTag = 0x03; |
+ static const int kExternalTwoByteRepresentationTag = 0x02; |
// These constants are compiler dependent so their values must be |
// defined within the implementation. |