Fix typo in grokdump.
R=verwaest@chromium.org Review URL: https://chromiumcodereview.appspot.com/10883004 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@12372 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
parent
c6094f5237
commit
6095c38fa3
@ -1421,7 +1421,7 @@ class InspectionPadawan(object):
|
||||
if known_map:
|
||||
return known_map
|
||||
found_obj = self.heap.FindObject(tagged_address)
|
||||
if found_obj: return found_ob
|
||||
if found_obj: return found_obj
|
||||
address = tagged_address - 1
|
||||
if self.reader.IsValidAddress(address):
|
||||
map_tagged_address = self.reader.ReadUIntPtr(address)
|
||||
|
Loading…
Reference in New Issue
Block a user