Chromium Code Reviews| Index: tools/turbolizer/graph-view.js |
| diff --git a/tools/turbolizer/graph-view.js b/tools/turbolizer/graph-view.js |
| index 41d35d84ba63bcdacabb5ac18b8000659d8d1aa6..2baad783c1b8dd205a0752feda296920beb342eb 100644 |
| --- a/tools/turbolizer/graph-view.js |
| +++ b/tools/turbolizer/graph-view.js |
| @@ -788,7 +788,7 @@ class GraphView extends View { |
| }) |
| .append("title") |
| .text(function(l) { |
| - return d.getLabel(); |
| + return d.getTitle(); |
| }) |
| if (d.type != undefined) { |
| d3.select(this).append("text") |