CVSROOT: /cvs Module name: ports Changes by: [email protected] 2022/08/06 03:58:39
Modified files:
www/chromium : Makefile
Added files:
www/chromium/patches: patch-v8_src_objects_simd_cc
Log message:
unbreak on i386 by pulling commit 904c8cedf85c7223f96ea084953089fea9a36bdd
from upstream:
Fix std::is_same compiler error
std::is_same is the wrong predicate to use because `unsigned long` need
not be equivalent to either `unsigned int` or `unsigned long long`.:
