| Index: third_party/WebKit/LayoutTests/inspector/profiler/heap-snapshot-test.js
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/profiler/heap-snapshot-test.js b/third_party/WebKit/LayoutTests/inspector/profiler/heap-snapshot-test.js
|
| index eed31439dbbfc7a4c8cfa883f9aa6e0ca81723da..9eabb78f987f9ec84267b762c17a12152371819c 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/profiler/heap-snapshot-test.js
|
| +++ b/third_party/WebKit/LayoutTests/inspector/profiler/heap-snapshot-test.js
|
| @@ -482,7 +482,7 @@ InspectorTest.checkArrayIsSorted = function(contents, sortType, sortOrder)
|
| function parseSize(size)
|
| {
|
| // Remove thousands separator.
|
| - return parseInt(size.replace(/[\u2009,]/g, ""), 10);
|
| + return parseInt(size.replace(/[\xa0,]/g, ""), 10);
|
| }
|
| var extractor = {
|
| text: function (data) { data; },
|
|
|