Revision: 18035
Author:   [email protected]
Date:     Mon Nov 25 08:15:35 2013 UTC
Log:      freebsd: unbreak build after r16646

[email protected]

Review URL: https://codereview.chromium.org/85313002

Patch from Ben Noordhuis <[email protected]>.
http://code.google.com/p/v8/source/detail?r=18035

Modified:
 /branches/bleeding_edge/src/platform-freebsd.cc

=======================================
--- /branches/bleeding_edge/src/platform-freebsd.cc Mon Sep 23 14:11:59 2013 UTC +++ /branches/bleeding_edge/src/platform-freebsd.cc Mon Nov 25 08:15:35 2013 UTC
@@ -182,7 +182,7 @@
     // 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);
 }

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to