ports/www/chromium/files/patch-v8__src__platform-freebsd.cc
Rene Ladan f7618461ac Update to 31.0.1650.57
This release has some patches merged back upstream, thanks to George Liaskos.

Security:	http://vuxml.org/freebsd/3bfc7016-4bcc-11e3-b0cf-00262d5ed8ee.html
Security:	http://vuxml.org/freebsd/e62ab2af-4df4-11e3-b0cf-00262d5ed8ee.html
2013-11-18 16:02:34 +00:00

11 lines
445 B
C++

--- v8/src/platform-freebsd.cc.orig 2013-11-08 08:01:04.000000000 +0100
+++ v8/src/platform-freebsd.cc 2013-11-15 14:07:46.000000000 +0100
@@ -189,7 +189,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);
}