| Index: third_party/WebKit/Source/devtools/front_end/profiler/HeapSnapshotGridNodes.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/profiler/HeapSnapshotGridNodes.js b/third_party/WebKit/Source/devtools/front_end/profiler/HeapSnapshotGridNodes.js
|
| index 953abd37ae60d81a16f0854e96226484aa428850..46c056c2910ee5b8b50a962c4b57170782fea5e4 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/profiler/HeapSnapshotGridNodes.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/profiler/HeapSnapshotGridNodes.js
|
| @@ -151,7 +151,7 @@ Profiler.HeapSnapshotGridNode = class extends DataGrid.DataGridNode {
|
| * @return {string}
|
| */
|
| _toPercentString(num) {
|
| - return num.toFixed(0) + '\u2009%'; // \u2009 is a thin space.
|
| + return num.toFixed(0) + '\xa0%'; // \xa0 is a non-breaking space.
|
| }
|
|
|
| /**
|
|
|