X-Git-Url: https://git.saurik.com/apple/javascriptcore.git/blobdiff_plain/93a3786624b2768d89bfa27e46598dc64e2fb70a..ed1e77d3adeb83d26fd1dfb16dd84cabdcefd250:/dfg/DFGValidate.h diff --git a/dfg/DFGValidate.h b/dfg/DFGValidate.h index 92aa293..ff4d06b 100644 --- a/dfg/DFGValidate.h +++ b/dfg/DFGValidate.h @@ -26,8 +26,6 @@ #ifndef DFGValidate_h #define DFGValidate_h -#include - #if ENABLE(DFG_JIT) #include "DFGCommon.h" @@ -37,7 +35,7 @@ namespace JSC { namespace DFG { enum GraphDumpMode { DontDumpGraph, DumpGraph }; -void validate(Graph&, GraphDumpMode = DumpGraph); +void validate(Graph&, GraphDumpMode = DumpGraph, CString graphDumpBeforePhase = CString()); } } // namespace JSC::DFG