Chromium Code Reviews| Index: src/objects-printer.cc |
| diff --git a/src/objects-printer.cc b/src/objects-printer.cc |
| index b788504fa1c2306e0ee164aeb6b7355f7cc79b3c..1ca97de8675e7ebf8972b43ef2c1b3848f4defc5 100644 |
| --- a/src/objects-printer.cc |
| +++ b/src/objects-printer.cc |
| @@ -759,7 +759,7 @@ void Code::CodePrint(FILE* out) { |
| void Foreign::ForeignPrint(FILE* out) { |
| - PrintF(out, "foreign address : %p", address()); |
| + PrintF(out, "foreign address : %p", foreign_address()); |
| } |