#ifndef DFGVariableEventStream_h
#define DFGVariableEventStream_h
-#include <wtf/Platform.h>
-
#if ENABLE(DFG_JIT)
#include "DFGCommon.h"
public:
void appendAndLog(const VariableEvent& event)
{
-#if DFG_ENABLE(DEBUG_VERBOSE)
- logEvent(event);
-#endif
append(event);
}