diff options
Diffstat (limited to 'Source/JavaScriptCore/dfg/DFGAbstractState.h')
-rw-r--r-- | Source/JavaScriptCore/dfg/DFGAbstractState.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/JavaScriptCore/dfg/DFGAbstractState.h b/Source/JavaScriptCore/dfg/DFGAbstractState.h index d9d5cc0f8..3325e0703 100644 --- a/Source/JavaScriptCore/dfg/DFGAbstractState.h +++ b/Source/JavaScriptCore/dfg/DFGAbstractState.h @@ -101,7 +101,7 @@ public: return m_nodes[nodeIndex]; } - AbstractValue& forNode(NodeUse nodeUse) + AbstractValue& forNode(Edge nodeUse) { return forNode(nodeUse.index()); } |