chore: remove unsupported OS_FREEBSD flag check (#36273)
Co-authored-by: Milan Burda <miburda@microsoft.com> Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com>
This commit is contained in:
parent
5c1186f624
commit
31a0bb7de2
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ v8::Local<v8::Value> ConvertToV8(v8::Isolate* isolate, T&& input) {
|
||||||
isolate, std::forward<T>(input));
|
isolate, std::forward<T>(input));
|
||||||
}
|
}
|
||||||
|
|
||||||
#if !BUILDFLAG(IS_LINUX) && !defined(OS_FREEBSD)
|
#if !BUILDFLAG(IS_LINUX)
|
||||||
template <>
|
template <>
|
||||||
struct Converter<unsigned long> { // NOLINT(runtime/int)
|
struct Converter<unsigned long> { // NOLINT(runtime/int)
|
||||||
static v8::Local<v8::Value> ToV8(v8::Isolate* isolate,
|
static v8::Local<v8::Value> ToV8(v8::Isolate* isolate,
|
||||||
|
|
Loading…
Reference in a new issue