aboutsummaryrefslogtreecommitdiff
path: root/lang/v8-devel/files/patch-src-objects.h
diff options
context:
space:
mode:
Diffstat (limited to 'lang/v8-devel/files/patch-src-objects.h')
-rw-r--r--lang/v8-devel/files/patch-src-objects.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/lang/v8-devel/files/patch-src-objects.h b/lang/v8-devel/files/patch-src-objects.h
deleted file mode 100644
index f39b68b493da..000000000000
--- a/lang/v8-devel/files/patch-src-objects.h
+++ /dev/null
@@ -1,13 +0,0 @@
---- src/objects.h.orig 2014-06-03 08:52:11 UTC
-+++ src/objects.h
-@@ -8824,8 +8824,8 @@ class Name: public HeapObject {
- STATIC_ASSERT(IS_POWER_OF_TWO(kMaxCachedArrayIndexLength + 1));
-
- static const unsigned int kContainsCachedArrayIndexMask =
-- (~kMaxCachedArrayIndexLength << ArrayIndexLengthBits::kShift) |
-- kIsNotArrayIndexMask;
-+ (~static_cast<unsigned>(kMaxCachedArrayIndexLength)
-+ << ArrayIndexLengthBits::kShift) | kIsNotArrayIndexMask;
-
- // Value of empty hash field indicating that the hash is not computed.
- static const int kEmptyHashField =