v8: unbreak freebsd build

reland de8c0a5

Fixes #7020 and #7021
This commit is contained in:
Ben Noordhuis 2013-11-23 23:05:34 +01:00 committed by Timothy J Fontaine
parent 940abd0b19
commit 3421d29d63

View File

@ -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);
}