X-Git-Url: https://git.saurik.com/apple/javascriptcore.git/blobdiff_plain/6fe7ccc865dc7d7541b93c5bcaf6368d2c98a174..refs/heads/master:/dfg/DFGByteCodeParser.h diff --git a/dfg/DFGByteCodeParser.h b/dfg/DFGByteCodeParser.h index 558cf01..bd6888d 100644 --- a/dfg/DFGByteCodeParser.h +++ b/dfg/DFGByteCodeParser.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 Apple Inc. All rights reserved. + * Copyright (C) 2011, 2013 Apple Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -28,17 +28,10 @@ #if ENABLE(DFG_JIT) -#include +namespace JSC { namespace DFG { -namespace JSC { +class Graph; -class CodeBlock; -class JSGlobalData; - -namespace DFG { - -// Populate the Graph with a basic block of code from the CodeBlock, -// starting at the provided bytecode index. bool parse(Graph&); } } // namespace JSC::DFG