freebsd: unbreak build after r16646
R=bmeurer@chromium.org Review URL: https://codereview.chromium.org/85313002 Patch from Ben Noordhuis <ben@strongloop.com>. git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@18035 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
parent
4e439deb0b
commit
49bdbc4bbd
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user