Revision: 5693 Author: [email protected] Date: Sun Oct 24 09:09:44 2010 Log: Fix FreeBSD port.
[email protected] BUG=912 Review URL: http://codereview.chromium.org/4084001 http://code.google.com/p/v8/source/detail?r=5693 Modified: /branches/bleeding_edge/src/platform-freebsd.cc ======================================= --- /branches/bleeding_edge/src/platform-freebsd.cc Tue Oct 19 09:45:11 2010 +++ /branches/bleeding_edge/src/platform-freebsd.cc Sun Oct 24 09:09:44 2010 @@ -617,7 +617,10 @@ Sampler::Sampler(int interval, bool profiling) - : interval_(interval), profiling_(profiling), active_(false) { + : interval_(interval), + profiling_(profiling), + synchronous_(profiling), + active_(false) { data_ = new PlatformData(); } -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
