Skip to content

Commit de8c0a5

Browse files
committed
v8: unbreak freebsd build
Pending review of https://codereview.appspot.com/31500043/ Fixes #6576.
1 parent 16a402c commit de8c0a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/v8/src/platform-freebsd.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ void OS::LogSharedLibraryAddresses(Isolate* isolate) {
182182
// There may be no filename in this line. Skip to next.
183183
if (start_of_path == NULL) continue;
184184
buffer[bytes_read] = 0;
185-
LOG(isolate SharedLibraryEvent(start_of_path, start, end));
185+
LOG(isolate, SharedLibraryEvent(start_of_path, start, end));
186186
}
187187
close(fd);
188188
}

0 commit comments

Comments
 (0)