Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

v8: backport r18035 into current version, fixing v8 build on freebsd #7021

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion deps/v8/src/platform-freebsd.cc
Expand Up @@ -182,7 +182,7 @@ void OS::LogSharedLibraryAddresses(Isolate* isolate) {
// There may be no filename in this line. Skip to next.
if (start_of_path == NULL) continue;
buffer[bytes_read] = 0;
LOG(isolate SharedLibraryEvent(start_of_path, start, end));
LOG(isolate, SharedLibraryEvent(start_of_path, start, end));
}
close(fd);
}
Expand Down