X-Git-Url: https://git.saurik.com/apple/javascriptcore.git/blobdiff_plain/14957cd040308e3eeec43d26bae5d76da13fcd85..6fe7ccc865dc7d7541b93c5bcaf6368d2c98a174:/dfg/DFGByteCodeParser.h diff --git a/dfg/DFGByteCodeParser.h b/dfg/DFGByteCodeParser.h index d4efe61..558cf01 100644 --- a/dfg/DFGByteCodeParser.h +++ b/dfg/DFGByteCodeParser.h @@ -39,7 +39,7 @@ namespace DFG { // Populate the Graph with a basic block of code from the CodeBlock, // starting at the provided bytecode index. -bool parse(Graph&, JSGlobalData*, CodeBlock*); +bool parse(Graph&); } } // namespace JSC::DFG