#ifndef DFGValidate_h
#define DFGValidate_h
-#include <wtf/Platform.h>
-
#if ENABLE(DFG_JIT)
#include "DFGCommon.h"
enum GraphDumpMode { DontDumpGraph, DumpGraph };
-void validate(Graph&, GraphDumpMode = DumpGraph);
+void validate(Graph&, GraphDumpMode = DumpGraph, CString graphDumpBeforePhase = CString());
} } // namespace JSC::DFG