summaryrefslogtreecommitdiff
path: root/lang/v8/files/patch-src-liveedit.cc
diff options
context:
space:
mode:
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).