Chromium Code Reviews| Index: src/profile-generator.cc |
| =================================================================== |
| --- src/profile-generator.cc (revision 6654) |
| +++ src/profile-generator.cc (working copy) |
| @@ -2285,7 +2285,7 @@ |
| // The algorithm is based on the article: |
| // K. Cooper, T. Harvey and K. Kennedy "A Simple, Fast Dominance Algorithm" |
| -// Softw. Pract. Exper. 4 (2001), pp. 1–10. |
| +// Softw. Pract. Exper. 4 (2001), pp. 1-10. |
|
William Hesse
2011/02/05 19:38:12
Good.
|
| bool HeapSnapshotGenerator::BuildDominatorTree( |
| const Vector<HeapEntry*>& entries, |
| Vector<HeapEntry*>* dominators) { |