aboutsummaryrefslogtreecommitdiff
path: root/www/chromium
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2015-04-28 20:32:08 +0000
committerRene Ladan <rene@FreeBSD.org>2015-04-28 20:32:08 +0000
commit5ee52914cf8316524e531a5c3abc69ea5650b4dc (patch)
tree17ac2bcb30ee80348e094cc4b2db2744100d505c /www/chromium
parentb4343973b434a98c5509d1e6fdf283307c02acb1 (diff)
downloadports-5ee52914cf8316524e531a5c3abc69ea5650b4dc.tar.gz
ports-5ee52914cf8316524e531a5c3abc69ea5650b4dc.zip
Notes
Diffstat (limited to 'www/chromium')
-rw-r--r--www/chromium/files/extra-patch-clang11
-rw-r--r--www/chromium/files/patch-v8__src__debug.cc11
2 files changed, 0 insertions, 22 deletions
diff --git a/www/chromium/files/extra-patch-clang b/www/chromium/files/extra-patch-clang
index 974ac07fbff0..498a40786f6d 100644
--- a/www/chromium/files/extra-patch-clang
+++ b/www/chromium/files/extra-patch-clang
@@ -242,17 +242,6 @@
}
bool AudioCodingImpl::RegisterReceiveCodec(AudioDecoder* receive_codec) {
---- v8/src/debug.cc 2015-04-15 00:32:36.000000000 +0200
-+++ v8/src/debug.cc 2015-04-18 22:14:03.000000000 +0200
-@@ -573,7 +573,7 @@
- thread_local_.step_out_fp_ = 0;
- // TODO(isolates): frames_are_dropped_?
- base::NoBarrier_Store(&thread_local_.current_debug_scope_,
-- static_cast<base::AtomicWord>(0));
-+ reinterpret_cast<base::AtomicWord>(0));
- thread_local_.restarter_frame_function_pointer_ = NULL;
- }
-
--- v8/src/runtime/runtime-i18n.cc 2015-04-15 00:32:37.000000000 +0200
+++ v8/src/runtime/runtime-i18n.cc 2015-04-18 22:06:17.000000000 +0200
@@ -627,7 +627,7 @@
diff --git a/www/chromium/files/patch-v8__src__debug.cc b/www/chromium/files/patch-v8__src__debug.cc
deleted file mode 100644
index f7742391760a..000000000000
--- a/www/chromium/files/patch-v8__src__debug.cc
+++ /dev/null
@@ -1,11 +0,0 @@
---- v8/src/debug.cc.orig 2015-04-19 19:02:03.000000000 +0200
-+++ v8/src/debug.cc 2015-04-19 19:02:41.000000000 +0200
-@@ -573,7 +573,7 @@
- thread_local_.step_out_fp_ = 0;
- // TODO(isolates): frames_are_dropped_?
- base::NoBarrier_Store(&thread_local_.current_debug_scope_,
-- reinterpret_cast<base::AtomicWord>(0));
-+ static_cast<base::AtomicWord>(0));
- thread_local_.restarter_frame_function_pointer_ = NULL;
- }
-