Fix build.
authoryangguo <yangguo@chromium.org>
Fri, 22 May 2015 12:33:04 +0000 (05:33 -0700)
committerCommit bot <commit-bot@chromium.org>
Fri, 22 May 2015 12:32:42 +0000 (12:32 +0000)
TBR=machenbach@chromium.org
NOTRY=true
NOTREECHECKS=true

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

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

include/v8.h

index 06b3670..483699c 100644 (file)
@@ -6746,7 +6746,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 = 78;
+  static const int kContextEmbedderDataIndex = 79;
   static const int kFullStringRepresentationMask = 0x07;
   static const int kStringEncodingMask = 0x4;
   static const int kExternalTwoByteRepresentationTag = 0x02;