Index: src/frames-inl.h |
=================================================================== |
--- src/frames-inl.h (revision 9328) |
+++ src/frames-inl.h (working copy) |
@@ -106,7 +106,7 @@ |
inline Code* StackFrame::GetContainingCode(Isolate* isolate, Address pc) { |
Rico
2011/09/20 09:38:45
Argument variable name should probably something l
Erik Corry
2011/09/20 09:44:11
No, here in the frame code it is actually always a
|
- return isolate->pc_to_code_cache()->GetCacheEntry(pc)->code; |
+ return isolate->inner_pointer_to_code_cache()->GetCacheEntry(pc)->code; |
} |