Index: src/x64/virtual-frame-x64.h |
diff --git a/src/x64/virtual-frame-x64.h b/src/x64/virtual-frame-x64.h |
index 1c9751bb12d1934010765798e6acab558650f0fc..affe18ffa3def87e25ae8d85ff8186cc44857e3f 100644 |
--- a/src/x64/virtual-frame-x64.h |
+++ b/src/x64/virtual-frame-x64.h |
@@ -590,7 +590,7 @@ class VirtualFrame : public ZoneObject { |
inline bool Equals(VirtualFrame* other); |
// Classes that need raw access to the elements_ array. |
- friend class DeferredCode; |
+ friend class FrameRegisterState; |
friend class JumpTarget; |
}; |