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. |
bool HeapSnapshotGenerator::BuildDominatorTree( |
const Vector<HeapEntry*>& entries, |
Vector<HeapEntry*>* dominators) { |