LGTM. Thanks.

On Sun, Oct 24, 2010 at 6:09 PM,  <[email protected]> wrote:
> Reviewers: Kasper Lund,
>
> Description:
> Fix FreeBSD port.
>
> [email protected]
> BUG=912
>
> Please review this at http://codereview.chromium.org/4084001/show
>
> SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge
>
> Affected files:
>  M src/platform-freebsd.cc
>
>
> Index: src/platform-freebsd.cc
> diff --git a/src/platform-freebsd.cc b/src/platform-freebsd.cc
> index
> 1003de15cda162a1fb09941f54488f9a6a649c29..6b8f2c048a7d6805cd00095ef44ab8e54a3c90f8
> 100644
> --- a/src/platform-freebsd.cc
> +++ b/src/platform-freebsd.cc
> @@ -617,7 +617,10 @@ class Sampler::PlatformData : public Malloced {
>
>
>  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

Reply via email to