summaryrefslogtreecommitdiff
path: root/deps/v8/src
diff options
context:
space:
mode:
authorBen Noordhuis <info@bnoordhuis.nl>2013-11-23 23:05:34 +0100
committerTimothy J Fontaine <tjfontaine@gmail.com>2014-02-15 18:54:40 -0800
commit3421d29d6310f6bf0c90fa70d936d2646ccc9187 (patch)
tree975a4a0fdcb6f267689e82dca0737bb2fa0fe53a /deps/v8/src
parent940abd0b19d65b59cea2c614fbebeae95413f485 (diff)
downloadnode-3421d29d6310f6bf0c90fa70d936d2646ccc9187.tar.gz
v8: unbreak freebsd build
reland de8c0a5 Fixes #7020 and #7021
Diffstat (limited to 'deps/v8/src')
-rw-r--r--deps/v8/src/platform-freebsd.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/v8/src/platform-freebsd.cc b/deps/v8/src/platform-freebsd.cc
index 103fd6ce0..75d88ec5d 100644
--- a/deps/v8/src/platform-freebsd.cc
+++ b/deps/v8/src/platform-freebsd.cc
@@ -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);
}