author | Yaron Tausky <yaron.tausky@gmail.com> |
Wed, 04 Sep 2013 13:14:44 +0200 | |
changeset 145442 | 2c25d2bbbcd6ddbd45962606911fd429e366b8e1 |
parent 145441 | 1250c160eaec3d19764d0dc7ab32d81dc320c106 |
child 145443 | 1faf7273eaae20e57906eb5227362922497640a6 |
push id | 25213 |
push user | kwierso@gmail.com |
push date | Wed, 04 Sep 2013 23:18:26 +0000 |
treeherder | mozilla-central@dffedf20a02d [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | h4writer |
bugs | 911954 |
milestone | 26.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/js/src/TraceLogging.h +++ b/js/src/TraceLogging.h @@ -5,16 +5,18 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #ifndef TraceLogging_h #define TraceLogging_h #include <stdint.h> #include <stdio.h> +#include "js/TypeDecls.h" + namespace JS { class CompileOptions; } namespace js { class TraceLogging {