summaryrefslogtreecommitdiff
path: root/lang/v8/files/patch-src-liveedit.cc
diff options
context:
space:
mode:
authorMikael Urankar <mikael@FreeBSD.org>2020-11-20 10:41:13 +0000
committerMikael Urankar <mikael@FreeBSD.org>2020-11-20 10:41:13 +0000
commit9a4ce488e85c4b59c1d2acdfd23cb88b7e9ca198 (patch)
tree84f3b4638ccf347ba91572ef9f96440521ed236f /lang/v8/files/patch-src-liveedit.cc
parentnet/concourse-fly: Update to 6.7.1 (diff)
lang/v8: Update to 8.7.220.23
PR: 213202 Reported by: many Approved by: sunpoet (maintainer timeout)
Diffstat (limited to 'lang/v8/files/patch-src-liveedit.cc')
-rw-r--r--lang/v8/files/patch-src-liveedit.cc11
1 files changed, 0 insertions, 11 deletions
diff --git a/lang/v8/files/patch-src-liveedit.cc b/lang/v8/files/patch-src-liveedit.cc
deleted file mode 100644
index aa4d9310f462..000000000000
--- a/lang/v8/files/patch-src-liveedit.cc
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/liveedit.cc.orig 2013-05-01 12:56:29 UTC
-+++ src/liveedit.cc
-@@ -203,7 +203,7 @@ class Differencer {
-
- static const int kDirectionSizeBits = 2;
- static const int kDirectionMask = (1 << kDirectionSizeBits) - 1;
-- static const int kEmptyCellValue = -1 << kDirectionSizeBits;
-+ static const int kEmptyCellValue = -(1 << kDirectionSizeBits);
-
- // This method only holds static assert statement (unfortunately you cannot
- // place one in class scope).