Chromium Code Reviews| Index: src/global-handles.cc |
| diff --git a/src/global-handles.cc b/src/global-handles.cc |
| index b601e999002319e47694ffddd73ec7e5423e9bb1..c69b9e27be9209cdaf669b24d91fee2f2c308f12 100644 |
| --- a/src/global-handles.cc |
| +++ b/src/global-handles.cc |
| @@ -799,6 +799,7 @@ void GlobalHandles::PrintStats() { |
| PrintF(" # total = %d\n", total); |
| } |
| + |
| void GlobalHandles::Print() { |
| PrintF("Global handles:\n"); |
| for (NodeIterator it(this); !it.done(); it.Advance()) { |