Bug 808294: Fix tracelogger builds, r=dvander

This commit is contained in:
Hannes Verschore 2012-11-05 17:27:42 +01:00
parent e14235a232
commit 68ba915170
2 changed files with 5 additions and 5 deletions

View File

@ -23,8 +23,8 @@ class TraceLogging
ION_SIDE_CANNON_START,
ION_SIDE_CANNON_STOP,
ION_SIDE_CANNON_BAIL,
YARR_YIT_START,
YARR_YIT_STOP,
YARR_JIT_START,
YARR_JIT_STOP,
JM_SAFEPOINT_START,
JM_SAFEPOINT_STOP,
JM_START,

View File

@ -41,10 +41,10 @@
#define YARR_CALL __attribute__ ((regparm (3)))
#else
#define YARR_CALL
#endif
# if JS_TRACE_LOGGING
# include "TraceLogging.h"
# endif
#if JS_TRACE_LOGGING
#include "TraceLogging.h"
#endif
namespace JSC {